Searched refs:ipv6_push_frag_opts (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | exthdrs.c | 1197 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() function 1202 EXPORT_SYMBOL(ipv6_push_frag_opts);
|
H A D | ip6_output.c | 299 ipv6_push_frag_opts(skb, opt, &proto); in ip6_xmit() 1988 ipv6_push_frag_opts(skb, opt, &proto); in __ip6_make_skb()
|
H A D | ip6_tunnel.c | 1267 ipv6_push_frag_opts(skb, &opt.ops, &proto); in ip6_tnl_xmit()
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 1166 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
|