Searched refs:eth_type_trans (Results 1 – 19 of 19) sorted by relevance
/net/ethernet/ |
D | eth.c | 157 __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev) in eth_type_trans() function 215 EXPORT_SYMBOL(eth_type_trans);
|
/net/dsa/ |
D | tag_trailer.c | 102 skb->protocol = eth_type_trans(skb, skb->dev); in trailer_rcv()
|
D | tag_dsa.c | 174 skb->protocol = eth_type_trans(skb, skb->dev); in dsa_rcv()
|
D | tag_edsa.c | 193 skb->protocol = eth_type_trans(skb, skb->dev); in edsa_rcv()
|
/net/irda/irlan/ |
D | irlan_eth.c | 246 skb->protocol = eth_type_trans(skb, dev); /* Remove eth header */ in irlan_eth_receive()
|
/net/openvswitch/ |
D | vport-internal_dev.c | 223 skb->protocol = eth_type_trans(skb, netdev); in internal_dev_recv()
|
/net/atm/ |
D | br2684.c | 475 skb->protocol = eth_type_trans(skb, net_dev); in br2684_push() 497 skb->protocol = eth_type_trans(skb, net_dev); in br2684_push()
|
D | mpc.c | 771 new_skb->protocol = eth_type_trans(new_skb, dev); in mpc_push()
|
D | lec.c | 661 skb->protocol = eth_type_trans(skb, dev); in lec_push()
|
/net/ipv4/ |
D | inet_lro.c | 413 skb->protocol = eth_type_trans(skb, lro_mgr->dev); in lro_gen_skb()
|
D | ip_tunnel.c | 454 skb->protocol = eth_type_trans(skb, tunnel->dev); in ip_tunnel_rcv()
|
/net/batman-adv/ |
D | soft-interface.c | 337 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_interface_rx()
|
D | distributed-arp-table.c | 860 skb_new->protocol = eth_type_trans(skb_new, in batadv_dat_snoop_outgoing_arp_request()
|
D | bridge_loop_avoidance.c | 347 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_bla_send_claim()
|
/net/bluetooth/bnep/ |
D | core.c | 371 nskb->protocol = eth_type_trans(nskb, dev); in bnep_rx_frame()
|
/net/ipv6/ |
D | ip6_gre.c | 557 skb->protocol = eth_type_trans(skb, tunnel->dev); in ip6gre_rcv()
|
/net/core/ |
D | dev.c | 1670 skb->protocol = eth_type_trans(skb, dev); in dev_forward_skb() 3912 skb->protocol = eth_type_trans(skb, skb->dev); in napi_frags_finish()
|
/net/mac80211/ |
D | rx.c | 1908 skb->protocol = eth_type_trans(skb, dev); in ieee80211_deliver_skb()
|
D | cfg.c | 1117 skb->protocol = eth_type_trans(skb, sta->sdata->dev); in ieee80211_send_layer2_update()
|