Home
last modified time | relevance | path

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

/net/ethernet/
Deth.c157 __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/
Dtag_trailer.c102 skb->protocol = eth_type_trans(skb, skb->dev); in trailer_rcv()
Dtag_dsa.c174 skb->protocol = eth_type_trans(skb, skb->dev); in dsa_rcv()
Dtag_edsa.c193 skb->protocol = eth_type_trans(skb, skb->dev); in edsa_rcv()
/net/irda/irlan/
Dirlan_eth.c246 skb->protocol = eth_type_trans(skb, dev); /* Remove eth header */ in irlan_eth_receive()
/net/openvswitch/
Dvport-internal_dev.c223 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.c661 skb->protocol = eth_type_trans(skb, dev); in lec_push()
/net/ipv4/
Dinet_lro.c413 skb->protocol = eth_type_trans(skb, lro_mgr->dev); in lro_gen_skb()
Dip_tunnel.c454 skb->protocol = eth_type_trans(skb, tunnel->dev); in ip_tunnel_rcv()
/net/batman-adv/
Dsoft-interface.c337 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_interface_rx()
Ddistributed-arp-table.c860 skb_new->protocol = eth_type_trans(skb_new, in batadv_dat_snoop_outgoing_arp_request()
Dbridge_loop_avoidance.c347 skb->protocol = eth_type_trans(skb, soft_iface); in batadv_bla_send_claim()
/net/bluetooth/bnep/
Dcore.c371 nskb->protocol = eth_type_trans(nskb, dev); in bnep_rx_frame()
/net/ipv6/
Dip6_gre.c557 skb->protocol = eth_type_trans(skb, tunnel->dev); in ip6gre_rcv()
/net/core/
Ddev.c1670 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/
Drx.c1908 skb->protocol = eth_type_trans(skb, dev); in ieee80211_deliver_skb()
Dcfg.c1117 skb->protocol = eth_type_trans(skb, sta->sdata->dev); in ieee80211_send_layer2_update()