Searched refs:header_ops (Results 1 - 25 of 79) sorted by last modified time

1234

/linux-master/net/packet/
H A Daf_packet.c101 - If the device has no dev->header_ops->create, there is no LL header
2012 unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
/linux-master/drivers/net/bonding/
H A Dbond_main.c1507 bond_dev->header_ops = slave_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/net/xfrm/
H A Dxfrm_interface_core.c743 dev->header_ops = &ip_tunnel_header_ops;
/linux-master/net/sched/
H A Dsch_teql.c267 if (!dev->header_ops || !dst)
/linux-master/net/mpls/
H A Daf_mpls.c424 if (!out_dev->header_ops)
H A Dmpls_iptunnel.c105 if (!out_dev->header_ops)
/linux-master/net/ipv6/
H A Dsit.c1427 dev->header_ops = &ip_tunnel_header_ops;
H A Dndisc.c345 if (!dev->header_ops) {
362 if (dev->header_ops->cache)
957 if (neigh || !dev->header_ops) {
H A Dip6_vti.c904 dev->header_ops = &ip_tunnel_header_ops;
H A Dip6_tunnel.c1842 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_gre.c758 if (dev->header_ops && dev->type == ARPHRD_IP6GRE)
1169 if (t->dev->header_ops)
1200 if (tunnel->dev->header_ops)
1427 static const struct header_ops ip6gre_header_ops = {
1549 dev->header_ops = &ip6gre_header_ops;
/linux-master/net/ipv4/
H A Dipip.c376 dev->header_ops = &ip_tunnel_header_ops;
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)) {
H A Dip_gre.c110 static const struct header_ops ipgre_header_ops;
380 if (tunnel->dev->header_ops == &ipgre_header_ops)
658 if (dev->header_ops) {
790 if (dev->header_ops)
915 static const struct header_ops ipgre_header_ops = {
1035 dev->header_ops = &ipgre_header_ops;
1041 dev->header_ops = &ipgre_header_ops;
H A Darp.c249 if (!dev->header_ops) {
281 if (dev->header_ops->cache)
/linux-master/net/hsr/
H A Dhsr_device.c238 static const struct header_ops hsr_header_ops = {
513 dev->header_ops = &hsr_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))
H A Dfilter.c2212 if (unlikely(skb_headroom(skb) < hh_len && dev->header_ops)) {
2312 if (unlikely(skb_headroom(skb) < hh_len && dev->header_ops)) {
H A Ddev.c11772 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, header_ops);
/linux-master/net/bluetooth/
H A D6lowpan.c558 static const struct header_ops header_ops = { variable in typeref:struct:header_ops
571 dev->header_ops = &header_ops;
/linux-master/net/8021q/
H A Dvlan_dev.c514 static const struct header_ops vlan_header_ops = {
534 static const struct header_ops vlan_passthru_header_ops = {
597 dev->header_ops = &vlan_passthru_header_ops;
600 dev->header_ops = &vlan_header_ops;

Completed in 707 milliseconds

1234