Home
last modified time | relevance | path

Searched refs:ip6_find_1stfragopt (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ipv6/
Doutput_core.c77 int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr) in ip6_find_1stfragopt() function
116 EXPORT_SYMBOL(ip6_find_1stfragopt);
Dxfrm6_output.c26 return ip6_find_1stfragopt(skb, prevhdr); in xfrm6_find_1stfragopt()
Dudp_offload.c100 unfrag_ip6hlen = ip6_find_1stfragopt(skb, &prevhdr); in udp6_ufo_fragment()
Dip6_offload.c124 unfrag_ip6hlen = ip6_find_1stfragopt(skb, &prevhdr); in ipv6_gso_segment()
Dip6_output.c562 hlen = ip6_find_1stfragopt(skb, &prevhdr); in ip6_fragment()
/linux-4.1.27/include/net/
Dipv6.h798 int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr);