Home
last modified time | relevance | path

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

123

/Linux-v5.4/net/802/
Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_setup()
Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops; in fddi_setup()
Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
/Linux-v5.4/net/rose/
Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/Linux-v5.4/net/netrom/
Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/Linux-v5.4/include/linux/
Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
Dnetdevice.h263 struct header_ops { struct
1856 const struct header_ops *header_ops; member
2905 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
2908 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
2916 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
2918 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
2925 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
2927 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
2944 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header()
2945 return dev->header_ops->validate(ll_header, len); in dev_validate_header()
/Linux-v5.4/net/ieee802154/6lowpan/
Dcore.c57 static const struct header_ops lowpan_header_ops = {
108 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/Linux-v5.4/drivers/net/
Dloopback.c163 const struct header_ops *hdr_ops, in gen_lo_setup()
187 dev->header_ops = hdr_ops; in gen_lo_setup()
/Linux-v5.4/net/ieee802154/
DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/Linux-v5.4/arch/um/drivers/
Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
Dslirp_kern.c36 dev->header_ops = NULL; in slirp_init()
/Linux-v5.4/drivers/net/wan/
Dhdlc.c219 static const struct header_ops hdlc_null_ops;
234 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
Dhdlc_cisco.c322 static const struct header_ops cisco_header_ops = {
372 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
Ddlci.c455 static const struct header_ops dlci_header_ops = {
472 dev->header_ops = &dlci_header_ops; in dlci_setup()
/Linux-v5.4/include/net/
Dcfg802154.h334 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()
/Linux-v5.4/net/8021q/
Dvlan_dev.c492 static const struct header_ops vlan_header_ops = {
511 static const struct header_ops vlan_passthru_header_ops = {
571 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init()
574 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap.h34 extern const struct header_ops hostap_80211_ops;
/Linux-v5.4/net/ethernet/
Deth.c358 const struct header_ops eth_header_ops ____cacheline_aligned = {
374 dev->header_ops = &eth_header_ops; in ether_setup()
/Linux-v5.4/net/ax25/
Dax25_ip.c242 const struct header_ops ax25_header_ops = {
/Linux-v5.4/net/mac802154/
Diface.c497 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()
/Linux-v5.4/net/hsr/
Dhsr_device.c235 static const struct header_ops hsr_header_ops = {
389 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
/Linux-v5.4/net/bluetooth/
D6lowpan.c578 static const struct header_ops header_ops = { variable
591 dev->header_ops = &header_ops; in netdev_setup()
/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c207 rmnet_dev->header_ops = NULL; /* No header */ in rmnet_vnd_setup()
/Linux-v5.4/net/mpls/
Dmpls_iptunnel.c107 if (!out_dev->header_ops) in mpls_xmit()

123