Searched refs:ipv6_push_nfrag_opts (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | exthdrs.c | 689 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() function 705 EXPORT_SYMBOL(ipv6_push_nfrag_opts);
|
D | ip6_output.c | 198 ipv6_push_nfrag_opts(skb, opt, &proto, &first_hop); in ip6_xmit() 1659 ipv6_push_nfrag_opts(skb, opt, &proto, &final_dst); in __ip6_make_skb()
|
D | ip6_tunnel.c | 1144 ipv6_push_nfrag_opts(skb, &opt.ops, &proto, NULL); in ip6_tnl_xmit2()
|
D | ip6_gre.c | 712 ipv6_push_nfrag_opts(skb, &opt.ops, &proto, NULL); in ip6gre_xmit2()
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 895 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
|