Home
last modified time | relevance | path

Searched defs:header_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dnetdevice.h294 struct header_ops { struct
295 int (*create) (struct sk_buff *skb, struct net_device *dev,
298 int (*parse)(const struct sk_buff *skb, unsigned char *haddr);
299 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
300 void (*cache_update)(struct hh_cache *hh,
303 bool (*validate)(const char *ll_header, unsigned int len);
304 __be16 (*parse_protocol)(const struct sk_buff *skb);
2099 const struct header_ops *header_ops; member
/Linux-v6.1/include/net/
Dcfg802154.h344 const struct wpan_dev_header_ops *header_ops; member
/Linux-v6.1/net/bluetooth/
D6lowpan.c558 static const struct header_ops header_ops = { variable