Home
last modified time | relevance | path

Searched refs:eth_type_trans (Results 1 – 20 of 20) sorted by relevance

/net/ethernet/
Deth.c154 __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev) in eth_type_trans() function
205 EXPORT_SYMBOL(eth_type_trans);
/net/openvswitch/
Dvport-internal_dev.c207 skb->protocol = eth_type_trans(skb, netdev); in internal_dev_recv()
/net/atm/
Dbr2684.c475 skb->protocol = eth_type_trans(skb, net_dev); in br2684_push()
497 skb->protocol = eth_type_trans(skb, net_dev); in br2684_push()
Dmpc.c771 new_skb->protocol = eth_type_trans(new_skb, dev); in mpc_push()
Dlec.c656 skb->protocol = eth_type_trans(skb, dev); in lec_push()
/net/dsa/
Ddsa.c250 skb->protocol = eth_type_trans(skb, skb->dev); in dsa_switch_rcv()
/net/core/
Dxdp.c589 skb->protocol = eth_type_trans(skb, dev); in __xdp_build_skb_from_frame()
Ddev.c2192 skb->protocol = eth_type_trans(skb, dev); in __dev_forward_skb2()
4794 skb->protocol = eth_type_trans(skb, skb->dev); in bpf_prog_run_generic_xdp()
6319 skb->protocol = eth_type_trans(skb, skb->dev); in napi_frags_finish()
Dpktgen.c3486 skb->protocol = eth_type_trans(skb, skb->dev); in pktgen_xmit()
/net/bluetooth/bnep/
Dcore.c402 nskb->protocol = eth_type_trans(nskb, dev); in bnep_rx_frame()
/net/batman-adv/
Dsoft-interface.c459 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_interface_rx()
Ddistributed-arp-table.c1205 skb_new->protocol = eth_type_trans(skb_new, soft_iface); in batadv_dat_snoop_outgoing_arp_request()
Dbridge_loop_avoidance.c441 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_bla_send_claim()
/net/sched/
Dact_ife.c761 skb->protocol = eth_type_trans(skb, skb->dev); in tcf_ife_decode()
/net/bpf/
Dtest_run.c632 skb->protocol = eth_type_trans(skb, dev); in bpf_prog_test_run_skb()
/net/tipc/
Dbearer.c771 skb->protocol = eth_type_trans(skb, dev); in tipc_clone_to_loopback()
/net/ipv4/
Dip_tunnel.c411 skb->protocol = eth_type_trans(skb, tunnel->dev); in ip_tunnel_rcv()
/net/wireless/
Dutil.c2317 skb->protocol = eth_type_trans(skb, dev); in cfg80211_send_layer2_update()
/net/mac80211/
Drx.c2707 skb->protocol = eth_type_trans(skb, dev); in ieee80211_deliver_skb()
4526 skb->protocol = eth_type_trans(skb, fast_rx->dev); in ieee80211_rx_8023()
/net/ipv6/
Dip6_tunnel.c835 skb->protocol = eth_type_trans(skb, tunnel->dev); in __ip6_tnl_rcv()