header_ops 34 include/linux/etherdevice.h extern const struct header_ops eth_header_ops; header_ops 13 include/linux/if_phonet.h extern struct header_ops phonet_header_ops; header_ops 1518 include/linux/netdevice.h const struct header_ops *header_ops; header_ops 2274 include/linux/netdevice.h if (!dev->header_ops || !dev->header_ops->create) header_ops 2277 include/linux/netdevice.h return dev->header_ops->create(skb, dev, type, daddr, saddr, len); header_ops 2285 include/linux/netdevice.h if (!dev->header_ops || !dev->header_ops->parse) header_ops 2287 include/linux/netdevice.h return dev->header_ops->parse(skb, haddr); header_ops 2294 include/linux/netdevice.h if (!dev->header_ops || !dev->header_ops->rebuild) header_ops 2296 include/linux/netdevice.h return dev->header_ops->rebuild(skb); header_ops 372 include/net/ax25.h extern const struct header_ops ax25_header_ops;