Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdevice.h259 struct header_ops { struct
260 int (*create) (struct sk_buff *skb, struct net_device *dev,
263 int (*parse)(const struct sk_buff *skb, unsigned char *haddr);
264 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
265 void (*cache_update)(struct hh_cache *hh,
1570 const struct header_ops *header_ops; member
/linux-4.1.27/net/bluetooth/
D6lowpan.c671 static struct header_ops header_ops = { variable