Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnetdevice.h276 struct header_ops { struct
277 int (*create) (struct sk_buff *skb, struct net_device *dev,
280 int (*parse)(const struct sk_buff *skb, unsigned char *haddr);
281 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
282 void (*cache_update)(struct hh_cache *hh,
285 bool (*validate)(const char *ll_header, unsigned int len);
286 __be16 (*parse_protocol)(const struct sk_buff *skb);
1837 const struct header_ops *header_ops; member
/linux-4.19.296/include/net/
Dcfg802154.h342 const struct wpan_dev_header_ops *header_ops; member