Home
last modified time | relevance | path

Searched refs:header_ops (Results 1 – 25 of 82) sorted by relevance

1234

/linux-6.6.21/net/802/
Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_setup()
Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops; in fddi_setup()
/linux-6.6.21/net/rose/
Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/linux-6.6.21/net/netrom/
Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/linux-6.6.21/include/linux/
Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
Dnetdevice.h311 struct header_ops { struct
2162 const struct header_ops *header_ops; member
3155 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
3158 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
3166 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
3168 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
3175 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3177 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
3194 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header()
3195 return dev->header_ops->validate(ll_header, len); in dev_validate_header()
[all …]
Dif_team.h192 const struct header_ops *header_ops_cache;
/linux-6.6.21/net/ieee802154/6lowpan/
Dcore.c58 static const struct header_ops lowpan_header_ops = {
117 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/linux-6.6.21/net/ieee802154/
DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/linux-6.6.21/drivers/net/
Dloopback.c166 const struct header_ops *hdr_ops, in gen_lo_setup()
190 dev->header_ops = hdr_ops; in gen_lo_setup()
/linux-6.6.21/arch/um/drivers/
Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
Dslirp_kern.c36 dev->header_ops = NULL; in slirp_init()
/linux-6.6.21/drivers/net/wan/
Dhdlc.c222 static const struct header_ops hdlc_null_ops;
238 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
Dhdlc_cisco.c305 static const struct header_ops cisco_header_ops = {
356 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
/linux-6.6.21/include/net/
Dcfg802154.h455 const struct wpan_dev_header_ops *header_ops; member
494 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
/linux-6.6.21/net/ipv4/
Dip_gre.c110 static const struct header_ops ipgre_header_ops;
372 if (tunnel->dev->header_ops == &ipgre_header_ops) in __ipgre_rcv()
637 if (dev->header_ops) { in ipgre_xmit()
768 if (dev->header_ops) in ipgre_link_update()
882 static const struct header_ops ipgre_header_ops = {
1004 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
1010 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
/linux-6.6.21/drivers/net/wireless/intersil/hostap/
Dhostap.h36 extern const struct header_ops hostap_80211_ops;
/linux-6.6.21/net/ethernet/
Deth.c343 const struct header_ops eth_header_ops ____cacheline_aligned = {
359 dev->header_ops = &eth_header_ops; in ether_setup()
/linux-6.6.21/net/mac802154/
Diface.c489 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.6.21/net/ax25/
Dax25_ip.c240 const struct header_ops ax25_header_ops = {
/linux-6.6.21/net/bluetooth/
D6lowpan.c558 static const struct header_ops header_ops = { variable
571 dev->header_ops = &header_ops; in netdev_setup()
/linux-6.6.21/net/hsr/
Dhsr_device.c232 static const struct header_ops hsr_header_ops = {
444 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
/linux-6.6.21/net/8021q/
Dvlan_dev.c536 static const struct header_ops vlan_header_ops = {
556 static const struct header_ops vlan_passthru_header_ops = {
619 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init()
622 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
/linux-6.6.21/drivers/net/wwan/iosm/
Diosm_ipc_wwan.c148 iosm_dev->header_ops = NULL; in ipc_wwan_setup()

1234