| /linux-6.15/net/802/ |
| H A D | fc.c | 74 static const struct header_ops fc_header_ops = { 80 dev->header_ops = &fc_header_ops; in fc_setup()
|
| H A D | hippi.c | 144 static const struct header_ops hippi_header_ops = { 151 dev->header_ops = &hippi_header_ops; in hippi_setup()
|
| H A D | fddi.c | 140 static const struct header_ops fddi_header_ops = { 147 dev->header_ops = &fddi_header_ops; in fddi_setup()
|
| /linux-6.15/net/rose/ |
| H A D | rose_dev.c | 118 static const struct header_ops rose_header_ops = { 134 dev->header_ops = &rose_header_ops; in rose_setup()
|
| /linux-6.15/net/netrom/ |
| H A D | nr_dev.c | 156 static const struct header_ops nr_header_ops = { 171 dev->header_ops = &nr_header_ops; in nr_setup()
|
| /linux-6.15/include/linux/ |
| H A D | if_phonet.h | 14 extern const struct header_ops phonet_header_ops;
|
| H A D | netdevice.h | 310 struct header_ops { struct 2093 const struct header_ops *header_ops; member 3399 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header() 3402 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header() 3410 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3412 return dev->header_ops->parse(skb, haddr); in dev_parse_header() 3419 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol() 3421 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol() 3438 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header() 3439 return dev->header_ops->validate(ll_header, len); in dev_validate_header() [all …]
|
| H A D | if_team.h | 192 const struct header_ops *header_ops_cache;
|
| /linux-6.15/net/ieee802154/6lowpan/ |
| H A D | core.c | 59 static const struct header_ops lowpan_header_ops = { 118 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
|
| /linux-6.15/net/ieee802154/ |
| H A D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o pan.o
|
| /linux-6.15/drivers/net/ |
| H A D | loopback.c | 164 const struct header_ops *hdr_ops, in gen_lo_setup() 188 dev->header_ops = hdr_ops; in gen_lo_setup()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | slip_kern.c | 34 dev->header_ops = NULL; in slip_init()
|
| H A D | slirp_kern.c | 36 dev->header_ops = NULL; in slirp_init()
|
| /linux-6.15/drivers/net/wan/ |
| H A D | hdlc.c | 222 static const struct header_ops hdlc_null_ops; 238 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
|
| H A D | hdlc_cisco.c | 305 static const struct header_ops cisco_header_ops = { 356 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 60 struct header_ops* header_ops read_mostly …
|
| /linux-6.15/net/ethernet/ |
| H A D | eth.c | 331 const struct header_ops eth_header_ops ____cacheline_aligned = { 347 dev->header_ops = ð_header_ops; in ether_setup()
|
| /linux-6.15/include/net/ |
| H A D | cfg802154.h | 479 const struct wpan_dev_header_ops *header_ops; member 525 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
|
| /linux-6.15/net/mac802154/ |
| H A D | iface.c | 489 static const struct header_ops mac802154_header_ops = { 578 sdata->dev->header_ops = &mac802154_header_ops; in ieee802154_setup_sdata() 584 wpan_dev->header_ops = &ieee802154_header_ops; in ieee802154_setup_sdata()
|
| /linux-6.15/net/ipv4/ |
| H A D | ip_gre.c | 111 static const struct header_ops ipgre_header_ops; 385 if (tunnel->dev->header_ops == &ipgre_header_ops) in __ipgre_rcv() 663 if (dev->header_ops) { in ipgre_xmit() 795 if (dev->header_ops) in ipgre_link_update() 920 static const struct header_ops ipgre_header_ops = { 1045 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init() 1051 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
|
| /linux-6.15/net/ax25/ |
| H A D | ax25_ip.c | 241 const struct header_ops ax25_header_ops = {
|
| /linux-6.15/net/bluetooth/ |
| H A D | 6lowpan.c | 559 static const struct header_ops header_ops = { variable 572 dev->header_ops = &header_ops; in netdev_setup()
|
| /linux-6.15/net/8021q/ |
| H A D | vlan_dev.c | 490 static const struct header_ops vlan_header_ops = { 510 static const struct header_ops vlan_passthru_header_ops = { 576 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init() 579 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
|
| /linux-6.15/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 148 iosm_dev->header_ops = NULL; in ipc_wwan_setup()
|
| /linux-6.15/drivers/net/mctp/ |
| H A D | mctp-i3c.c | 531 static const struct header_ops mctp_i3c_headops = { 548 dev->header_ops = &mctp_i3c_headops; in mctp_i3c_net_setup()
|