Searched refs:ipv6_push_frag_opts (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | exthdrs.c | 984 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto)  in ipv6_push_frag_opts()  function989 EXPORT_SYMBOL(ipv6_push_frag_opts);
 
 | 
| D | ip6_output.c | 231 			ipv6_push_frag_opts(skb, opt, &proto);  in ip6_xmit()1754 		ipv6_push_frag_opts(skb, opt, &proto);  in __ip6_make_skb()
 
 | 
| D | ip6_tunnel.c | 1206 		ipv6_push_frag_opts(skb, &opt.ops, &proto);  in ip6_tnl_xmit()
 | 
| /Linux-v5.4/include/net/ | 
| D | ipv6.h | 1049 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
 |