Searched defs:header_ops (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | netdevice.h | 311 struct header_ops { struct 312 int (*create) (struct sk_buff *skb, struct net_device *dev, 315 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); 316 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 317 void (*cache_update)(struct hh_cache *hh, 320 bool (*validate)(const char *ll_header, unsigned int len); 321 __be16 (*parse_protocol)(const struct sk_buff *skb); 2162 const struct header_ops *header_ops; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | netdevice.h | 279 struct header_ops { struct 280 int (*create) (struct sk_buff *skb, struct net_device *dev, 283 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); 284 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 285 void (*cache_update)(struct hh_cache *hh, 288 bool (*validate)(const char *ll_header, unsigned int len); 289 __be16 (*parse_protocol)(const struct sk_buff *skb); 1965 const struct header_ops *header_ops; member
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| D | 6lowpan.c | 558 static const struct header_ops header_ops = { variable
|
| /kernel/linux/linux-5.10/include/net/ |
| D | cfg802154.h | 334 const struct wpan_dev_header_ops *header_ops; member
|
| /kernel/linux/linux-5.10/net/bluetooth/ |
| D | 6lowpan.c | 587 static const struct header_ops header_ops = { variable
|
| /kernel/linux/linux-6.6/include/net/ |
| D | cfg802154.h | 456 const struct wpan_dev_header_ops *header_ops; member
|