Searched refs:header_ops (Results 51 - 75 of 79) sorted by relevance

1234

/linux-master/drivers/net/arcnet/
H A Darcnet.c354 static const struct header_ops arcnet_header_ops = {
370 dev->header_ops = &arcnet_header_ops;
/linux-master/drivers/firewire/
H A Dnet.c267 static const struct header_ops fwnet_header_ops = {
1376 net->header_ops = &fwnet_header_ops;
/linux-master/drivers/net/
H A Dmacvlan.c607 static const struct header_ops macvlan_hard_header_ops = {
1220 dev->header_ops = &macvlan_hard_header_ops;
H A Dvrf.c872 if (unlikely(skb_headroom(skb) < hh_len && dev->header_ops)) {
H A Dgeneve.c1374 dev->header_ops = NULL;
H A Dtun.c1377 dev->header_ops = &ip_tunnel_header_ops;
/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c672 dev->header_ops = &ax25_header_ops;
H A D6pack.c312 dev->header_ops = &ax25_header_ops;
H A Dmkiss.c647 dev->header_ops = &ax25_header_ops;
H A Dyam.c1101 dev->header_ops = &ax25_header_ops;
H A Dbaycom_epp.c1149 dev->header_ops = &ax25_header_ops;
H A Dscc.c1565 dev->header_ops = &ax25_header_ops;
/linux-master/net/core/
H A Dneighbour.c1267 if (neigh->dev->header_ops)
1268 update = neigh->dev->header_ops->cache_update;
1538 dev->header_ops->cache(n, hh, prot);
1554 if (dev->header_ops->cache && !READ_ONCE(neigh->hh.hh_len))
/linux-master/net/ipv4/
H A Dip_vti.c431 dev->header_ops = &ip_tunnel_header_ops;
H A Dip_tunnel_core.c1096 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol };
H A Dip_output.c215 if (unlikely(skb_headroom(skb) < hh_len && dev->header_ops)) {
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2087 static const struct header_ops ipoib_header_ops = {
2136 dev->header_ops = &ipoib_header_ops;
/linux-master/drivers/hsi/clients/
H A Dssi_protocol.c1070 dev->header_ops = &phonet_header_ops;
/linux-master/net/ipv6/
H A Dip6_vti.c904 dev->header_ops = &ip_tunnel_header_ops;
H A Dsit.c1427 dev->header_ops = &ip_tunnel_header_ops;
H A Dip6_output.c72 if (unlikely(hh_len > skb_headroom(skb)) && dev->header_ops) {
H A Dip6_tunnel.c1842 dev->header_ops = &ip_tunnel_header_ops;
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c743 dev->header_ops = &ip_tunnel_header_ops;
/linux-master/net/mpls/
H A Daf_mpls.c424 if (!out_dev->header_ops)
/linux-master/drivers/net/bonding/
H A Dbond_main.c1507 bond_dev->header_ops = slave_dev->header_ops;

Completed in 500 milliseconds

1234