Home
last modified time | relevance | path

Searched refs:eth_proto (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/ipv4/
Dxfrm4_state.c76 .eth_proto = htons(ETH_P_IP),
/linux-3.4.99/net/ipv6/
Dxfrm6_state.c175 .eth_proto = htons(ETH_P_IPV6),
/linux-3.4.99/net/xfrm/
Dxfrm_input.c100 skb->protocol = inner_mode->afinfo->eth_proto; in xfrm_prepare_input()
/linux-3.4.99/include/net/
Dxfrm.h316 __be16 eth_proto; member
/linux-3.4.99/drivers/net/ethernet/sun/
Dniu.c6563 u16 eth_proto, eth_proto_inner; in niu_compute_tx_flags() local
6568 eth_proto = be16_to_cpu(ehdr->h_proto); in niu_compute_tx_flags()
6569 eth_proto_inner = eth_proto; in niu_compute_tx_flags()
6570 if (eth_proto == ETH_P_8021Q) { in niu_compute_tx_flags()
6618 ((eth_proto == ETH_P_8021Q) ? TXHDR_VLAN : 0) | in niu_compute_tx_flags()