Home
last modified time | relevance | path

Searched refs:ipip_hdr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dip.h29 static inline struct iphdr *ipip_hdr(const struct sk_buff *skb) in ipip_hdr() function
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_input.c222 struct iphdr *inner_iph = ipip_hdr(skb); in ipip_ecn_decapsulate()
243 ipv4_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipip_hdr(skb)); in xfrm4_remove_tunnel_encap()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dskge.c2771 if (ipip_hdr(skb)->protocol == IPPROTO_UDP && in skge_xmit_frame()