/Linux-v4.19/net/802/ |
D | fc.c | 78 static const struct header_ops fc_header_ops = { 84 dev->header_ops = &fc_header_ops; in fc_setup()
|
D | fddi.c | 144 static const struct header_ops fddi_header_ops = { 151 dev->header_ops = &fddi_header_ops; in fddi_setup()
|
D | hippi.c | 148 static const struct header_ops hippi_header_ops = { 155 dev->header_ops = &hippi_header_ops; in hippi_setup()
|
/Linux-v4.19/net/rose/ |
D | rose_dev.c | 121 static const struct header_ops rose_header_ops = { 137 dev->header_ops = &rose_header_ops; in rose_setup()
|
/Linux-v4.19/net/netrom/ |
D | nr_dev.c | 159 static const struct header_ops nr_header_ops = { 174 dev->header_ops = &nr_header_ops; in nr_setup()
|
/Linux-v4.19/include/linux/ |
D | if_phonet.h | 14 extern const struct header_ops phonet_header_ops;
|
D | netdevice.h | 267 struct header_ops { struct 1817 const struct header_ops *header_ops; member 2875 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header() 2878 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header() 2886 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 2888 return dev->header_ops->parse(skb, haddr); in dev_parse_header() 2905 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header() 2906 return dev->header_ops->validate(ll_header, len); in dev_validate_header()
|
/Linux-v4.19/net/ieee802154/6lowpan/ |
D | core.c | 57 static const struct header_ops lowpan_header_ops = { 116 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
|
/Linux-v4.19/net/ieee802154/ |
D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o
|
/Linux-v4.19/arch/um/drivers/ |
D | slip_kern.c | 34 dev->header_ops = NULL; in slip_init()
|
D | slirp_kern.c | 36 dev->header_ops = NULL; in slirp_init()
|
/Linux-v4.19/drivers/net/wan/ |
D | hdlc.c | 222 static const struct header_ops hdlc_null_ops; 237 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
|
D | hdlc_cisco.c | 326 static const struct header_ops cisco_header_ops = { 376 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
|
D | dlci.c | 459 static const struct header_ops dlci_header_ops = { 476 dev->header_ops = &dlci_header_ops; in dlci_setup()
|
/Linux-v4.19/include/net/ |
D | cfg802154.h | 342 const struct wpan_dev_header_ops *header_ops; member 382 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
|
/Linux-v4.19/net/ethernet/ |
D | eth.c | 341 const struct header_ops eth_header_ops ____cacheline_aligned = { 356 dev->header_ops = ð_header_ops; in ether_setup()
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 34 extern const struct header_ops hostap_80211_ops;
|
/Linux-v4.19/net/8021q/ |
D | vlan_dev.c | 520 static const struct header_ops vlan_header_ops = { 539 static const struct header_ops vlan_passthru_header_ops = { 593 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init() 596 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
|
/Linux-v4.19/net/hsr/ |
D | hsr_device.c | 249 static const struct header_ops hsr_header_ops = { 402 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
|
/Linux-v4.19/drivers/net/ |
D | loopback.c | 196 dev->header_ops = ð_header_ops; in loopback_setup()
|
/Linux-v4.19/net/mac802154/ |
D | iface.c | 505 static const struct header_ops mac802154_header_ops = { 593 sdata->dev->header_ops = &mac802154_header_ops; in ieee802154_setup_sdata() 599 wpan_dev->header_ops = &ieee802154_header_ops; in ieee802154_setup_sdata()
|
/Linux-v4.19/net/ax25/ |
D | ax25_ip.c | 245 const struct header_ops ax25_header_ops = {
|
/Linux-v4.19/net/bluetooth/ |
D | 6lowpan.c | 584 static struct header_ops header_ops = { variable 597 dev->header_ops = &header_ops; in netdev_setup()
|
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_vnd.c | 217 rmnet_dev->header_ops = NULL; /* No header */ in rmnet_vnd_setup()
|
/Linux-v4.19/net/mpls/ |
D | mpls_iptunnel.c | 112 if (!out_dev->header_ops) in mpls_xmit()
|