Searched refs:ENCAP_TYPE_IPPROTO (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dskbuff.h780 * ENCAP_TYPE_ETHER or ENCAP_TYPE_IPPROTO
842 * skb->inner_protocol_type == ENCAP_TYPE_IPPROTO;
2844 #define ENCAP_TYPE_IPPROTO 1 macro
2857 skb->inner_protocol_type = ENCAP_TYPE_IPPROTO;
/linux-master/net/ipv4/
H A Dudp_offload.c171 case ENCAP_TYPE_IPPROTO:
/linux-master/net/xfrm/
H A Dxfrm_output.c683 if (skb->inner_protocol_type == ENCAP_TYPE_IPPROTO) {

Completed in 190 milliseconds