.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * em_canid.c Ematch rule to match CAN frames according to their CAN IDs |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can distribute it and/or |
---|
5 | | - * modify it under the terms of the GNU General Public License |
---|
6 | | - * as published by the Free Software Foundation; either version |
---|
7 | | - * 2 of the License, or (at your option) any later version. |
---|
8 | 4 | * |
---|
9 | 5 | * Idea: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
---|
10 | 6 | * Copyright: (c) 2011 Czech Technical University in Prague |
---|
.. | .. |
---|
44 | 40 | |
---|
45 | 41 | /** |
---|
46 | 42 | * em_canid_get_id() - Extracts Can ID out of the sk_buff structure. |
---|
| 43 | + * @skb: buffer to extract Can ID from |
---|
47 | 44 | */ |
---|
48 | 45 | static canid_t em_canid_get_id(struct sk_buff *skb) |
---|
49 | 46 | { |
---|