/kernel/linux/linux-5.10/net/802/ |
D | fc.c | 74 static const struct header_ops fc_header_ops = { 80 dev->header_ops = &fc_header_ops; in fc_setup()
|
D | hippi.c | 144 static const struct header_ops hippi_header_ops = { 151 dev->header_ops = &hippi_header_ops; in hippi_setup()
|
D | fddi.c | 140 static const struct header_ops fddi_header_ops = { 147 dev->header_ops = &fddi_header_ops; in fddi_setup()
|
/kernel/linux/linux-5.10/net/rose/ |
D | rose_dev.c | 118 static const struct header_ops rose_header_ops = { 134 dev->header_ops = &rose_header_ops; in rose_setup()
|
/kernel/linux/linux-5.10/net/netrom/ |
D | nr_dev.c | 156 static const struct header_ops nr_header_ops = { 171 dev->header_ops = &nr_header_ops; in nr_setup()
|
/kernel/linux/linux-5.10/include/linux/ |
D | if_phonet.h | 14 extern const struct header_ops phonet_header_ops;
|
D | netdevice.h | 277 struct header_ops { struct 1961 const struct header_ops *header_ops; member 3164 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header() 3167 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header() 3175 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3177 return dev->header_ops->parse(skb, haddr); in dev_parse_header() 3184 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol() 3186 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol() 3203 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header() 3204 return dev->header_ops->validate(ll_header, len); in dev_validate_header() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o
|
/kernel/linux/linux-5.10/drivers/net/ |
D | loopback.c | 165 const struct header_ops *hdr_ops, in gen_lo_setup() 189 dev->header_ops = hdr_ops; in gen_lo_setup()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hdlc.c | 227 static const struct header_ops hdlc_null_ops; 243 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
|
D | hdlc_cisco.c | 323 static const struct header_ops cisco_header_ops = { 373 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
|
D | dlci.c | 454 static const struct header_ops dlci_header_ops = { 471 dev->header_ops = &dlci_header_ops; in dlci_setup()
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg802154.h | 334 const struct wpan_dev_header_ops *header_ops; member 374 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
|
/kernel/linux/linux-5.10/net/ethernet/ |
D | eth.c | 347 const struct header_ops eth_header_ops ____cacheline_aligned = { 363 dev->header_ops = ð_header_ops; in ether_setup()
|
/kernel/linux/linux-5.10/net/8021q/ |
D | vlan_dev.c | 513 static const struct header_ops vlan_header_ops = { 532 static const struct header_ops vlan_passthru_header_ops = { 592 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init() 595 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 36 extern const struct header_ops hostap_80211_ops;
|
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_ip.c | 242 const struct header_ops ax25_header_ops = {
|
/kernel/linux/linux-5.10/net/mac802154/ |
D | iface.c | 497 static const struct header_ops mac802154_header_ops = { 585 sdata->dev->header_ops = &mac802154_header_ops; in ieee802154_setup_sdata() 591 wpan_dev->header_ops = &ieee802154_header_ops; in ieee802154_setup_sdata()
|
/kernel/linux/linux-5.10/net/hsr/ |
D | hsr_device.c | 232 static const struct header_ops hsr_header_ops = { 443 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | 6lowpan.c | 587 static const struct header_ops header_ops = { variable 600 dev->header_ops = &header_ops; in netdev_setup()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | nndisc.c | 197 if (!dev->header_ops) { in nndisc_constructor() 213 if (dev->header_ops->cache) in nndisc_constructor()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_gre.c | 631 if (dev->header_ops) { in ipgre_xmit() 757 if (dev->header_ops) in ipgre_link_update() 875 static const struct header_ops ipgre_header_ops = { 1000 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init() 1006 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
|