Home
last modified time | relevance | path

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

1234

/linux/net/802/
A Dfc.c74 static const struct header_ops fc_header_ops = {
80 dev->header_ops = &fc_header_ops; in fc_setup()
A Dhippi.c144 static const struct header_ops hippi_header_ops = {
151 dev->header_ops = &hippi_header_ops; in hippi_setup()
A Dfddi.c140 static const struct header_ops fddi_header_ops = {
147 dev->header_ops = &fddi_header_ops; in fddi_setup()
/linux/net/rose/
A Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/linux/net/netrom/
A Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/linux/net/ieee802154/6lowpan/
A Dcore.c57 static const struct header_ops lowpan_header_ops = {
116 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/linux/include/linux/
A Dif_phonet.h14 extern const struct header_ops phonet_header_ops;
A Dnetdevice.h275 struct header_ops { struct
2044 const struct header_ops *header_ops; member
3262 if (!dev->header_ops || !dev->header_ops->create) in dev_hard_header()
3265 return dev->header_ops->create(skb, dev, type, daddr, saddr, len); in dev_hard_header()
3273 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
3275 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
3282 if (!dev->header_ops || !dev->header_ops->parse_protocol) in dev_parse_header_protocol()
3284 return dev->header_ops->parse_protocol(skb); in dev_parse_header_protocol()
3301 if (dev->header_ops && dev->header_ops->validate) in dev_validate_header()
3302 return dev->header_ops->validate(ll_header, len); in dev_validate_header()
[all …]
/linux/drivers/net/
A Dloopback.c165 const struct header_ops *hdr_ops, in gen_lo_setup()
189 dev->header_ops = hdr_ops; in gen_lo_setup()
/linux/net/ieee802154/
A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/linux/drivers/net/wan/
A Dhdlc.c222 static const struct header_ops hdlc_null_ops;
238 dev->header_ops = &hdlc_null_ops; in hdlc_setup_dev()
A Dhdlc_cisco.c305 static const struct header_ops cisco_header_ops = {
356 dev->header_ops = &cisco_header_ops; in cisco_ioctl()
/linux/include/net/
A 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/arch/um/drivers/
A Dslip_kern.c34 dev->header_ops = NULL; in slip_init()
A Dslirp_kern.c36 dev->header_ops = NULL; in slirp_init()
/linux/net/8021q/
A Dvlan_dev.c520 static const struct header_ops vlan_header_ops = {
540 static const struct header_ops vlan_passthru_header_ops = {
601 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init()
604 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
/linux/net/ipv4/
A Dip_gre.c110 static const struct header_ops ipgre_header_ops;
372 if (tunnel->dev->header_ops == &ipgre_header_ops) in __ipgre_rcv()
632 if (dev->header_ops) { in ipgre_xmit()
759 if (dev->header_ops) in ipgre_link_update()
877 static const struct header_ops ipgre_header_ops = {
1002 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
1008 dev->header_ops = &ipgre_header_ops; in ipgre_tunnel_init()
/linux/net/ethernet/
A Deth.c343 const struct header_ops eth_header_ops ____cacheline_aligned = {
359 dev->header_ops = &eth_header_ops; in ether_setup()
/linux/net/mac802154/
A Diface.c496 static const struct header_ops mac802154_header_ops = {
584 sdata->dev->header_ops = &mac802154_header_ops; in ieee802154_setup_sdata()
590 wpan_dev->header_ops = &ieee802154_header_ops; in ieee802154_setup_sdata()
/linux/net/bluetooth/
A D6lowpan.c558 static const struct header_ops header_ops = { variable
571 dev->header_ops = &header_ops; in netdev_setup()
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap.h36 extern const struct header_ops hostap_80211_ops;
/linux/net/ax25/
A Dax25_ip.c240 const struct header_ops ax25_header_ops = {
/linux/net/hsr/
A Dhsr_device.c230 static const struct header_ops hsr_header_ops = {
444 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
/linux/net/mpls/
A Dmpls_iptunnel.c107 if (!out_dev->header_ops) in mpls_xmit()
/linux/drivers/net/usb/
A Dqmi_wwan.c128 dev->header_ops = NULL; /* No header */ in qmimux_setup()
312 net->header_ops = NULL; /* No header */ in qmi_wwan_netdev_setup()
319 } else if (!net->header_ops) { /* don't bother if already set */ in qmi_wwan_netdev_setup()

Completed in 63 milliseconds

1234