Searched refs:ipv6_push_nfrag_opts (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 194 ipv6_push_nfrag_opts(skb, opt, &proto, &first_hop); in ip6_xmit() 1643 ipv6_push_nfrag_opts(skb, opt, &proto, &final_dst); in __ip6_make_skb()
|
D | ip6_gre.c | 715 ipv6_push_nfrag_opts(skb, &opt.ops, &proto, NULL); in ip6gre_xmit2()
|
D | ip6_tunnel.c | 1086 ipv6_push_nfrag_opts(skb, &opt.ops, &proto, NULL); in ip6_tnl_xmit2()
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 855 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
|