Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h311 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
/openbmc/linux/net/bluetooth/
H A D6lowpan.c558 static const struct header_ops header_ops = { variable
/openbmc/linux/include/net/
H A Dcfg802154.h456 const struct wpan_dev_header_ops *header_ops; member