Home
last modified time | relevance | path

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

12

/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()
/net/rose/
Drose_dev.c118 static const struct header_ops rose_header_ops = {
134 dev->header_ops = &rose_header_ops; in rose_setup()
/net/netrom/
Dnr_dev.c156 static const struct header_ops nr_header_ops = {
171 dev->header_ops = &nr_header_ops; in nr_setup()
/net/ieee802154/6lowpan/
Dcore.c58 static const struct header_ops lowpan_header_ops = {
117 ldev->header_ops = &lowpan_header_ops; in lowpan_setup()
/net/ieee802154/
DMakefile7 header_ops.o sysfs.o nl802154.o trace.o
/net/8021q/
Dvlan_dev.c520 static const struct header_ops vlan_header_ops = {
540 static const struct header_ops vlan_passthru_header_ops = {
600 dev->header_ops = &vlan_passthru_header_ops; in vlan_dev_init()
603 dev->header_ops = &vlan_header_ops; in vlan_dev_init()
/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()
636 if (dev->header_ops) { in ipgre_xmit()
766 if (dev->header_ops) in ipgre_link_update()
880 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()
Dipip.c366 dev->header_ops = &ip_tunnel_header_ops; in ipip_tunnel_setup()
Darp.c249 if (!dev->header_ops) { in arp_constructor()
281 if (dev->header_ops->cache) in arp_constructor()
Dip_vti.c418 dev->header_ops = &ip_tunnel_header_ops; in vti_tunnel_setup()
Dip_tunnel_core.c1080 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
/net/ethernet/
Deth.c343 const struct header_ops eth_header_ops ____cacheline_aligned = {
359 dev->header_ops = &eth_header_ops; in ether_setup()
/net/mac802154/
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()
/net/bluetooth/
D6lowpan.c558 static const struct header_ops header_ops = { variable
571 dev->header_ops = &header_ops; in netdev_setup()
/net/hsr/
Dhsr_device.c232 static const struct header_ops hsr_header_ops = {
444 dev->header_ops = &hsr_header_ops; in hsr_dev_setup()
/net/ax25/
Dax25_ip.c240 const struct header_ops ax25_header_ops = {
/net/mpls/
Dmpls_iptunnel.c107 if (!out_dev->header_ops) in mpls_xmit()
/net/ipv6/
Dip6_gre.c754 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) in __gre6_xmit()
1176 if (t->dev->header_ops) in ip6gre_tnl_link_config_route()
1207 if (tunnel->dev->header_ops) in ip6gre_calc_hlen()
1434 static const struct header_ops ip6gre_header_ops = {
1565 dev->header_ops = &ip6gre_header_ops; in ip6gre_tunnel_init()
Dndisc.c345 if (!dev->header_ops) { in ndisc_constructor()
362 if (dev->header_ops->cache) in ndisc_constructor()
957 if (neigh || !dev->header_ops) { in ndisc_recv_ns()
/net/sched/
Dsch_teql.c267 if (!dev->header_ops || !dst) in teql_resolve()
/net/phonet/
Daf_phonet.c139 const struct header_ops phonet_header_ops = {
/net/core/
Dneighbour.c1265 if (neigh->dev->header_ops) in neigh_update_hhs()
1266 update = neigh->dev->header_ops->cache_update; in neigh_update_hhs()
1536 dev->header_ops->cache(n, hh, prot); in neigh_hh_init()
1552 if (dev->header_ops->cache && !READ_ONCE(neigh->hh.hh_len)) in neigh_resolve_output()
/net/xfrm/
Dxfrm_interface_core.c735 dev->header_ops = &ip_tunnel_header_ops; in xfrmi_dev_setup()

12