Searched defs:header_ops (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | netdevice.h | 270 struct header_ops { struct 271 int (*create) (struct sk_buff *skb, struct net_device *dev, 274 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); 275 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 276 void (*cache_update)(struct hh_cache *hh, 279 bool (*validate)(const char *ll_header, unsigned int len); 280 __be16 (*parse_protocol)(const struct sk_buff *skb); 1940 const struct header_ops *header_ops; member
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | netdevice.h | 267 struct header_ops { struct 268 int (*create) (struct sk_buff *skb, struct net_device *dev, 271 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); 272 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 273 void (*cache_update)(struct hh_cache *hh, 276 bool (*validate)(const char *ll_header, unsigned int len); 1825 const struct header_ops *header_ops; member
|
| /kernel/linux/linux-5.10/include/net/ |
| D | cfg802154.h | 334 const struct wpan_dev_header_ops *header_ops; member
|
| /kernel/linux/linux-4.19/include/net/ |
| D | cfg802154.h | 342 const struct wpan_dev_header_ops *header_ops; member
|
| /kernel/linux/linux-4.19/net/bluetooth/ |
| D | 6lowpan.c | 591 static struct header_ops header_ops = { variable
|
| /kernel/linux/linux-5.10/net/bluetooth/ |
| D | 6lowpan.c | 587 static const struct header_ops header_ops = { variable
|