Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h312 struct header_ops { struct
313 int (*create) (struct sk_buff *skb, struct net_device *dev,
316 int (*parse)(const struct sk_buff *skb,
319 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
320 void (*cache_update)(struct hh_cache *hh,
323 bool (*validate)(const char *ll_header, unsigned int len);
324 __be16 (*parse_protocol)(const struct sk_buff *skb);
2172 const struct header_ops *header_ops; member
/linux/net/bluetooth/
H A D6lowpan.c569 static const struct header_ops header_ops = { variable
/linux/include/net/
H A Dcfg802154.h479 const struct wpan_dev_header_ops *header_ops; member