Searched refs:ipvsh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 216 struct ip_vs_iphdr *ipvsh, in ensure_mtu_is_adequate() argument 227 if (!ipvsh->fragoffs) in ensure_mtu_is_adequate() 261 struct ip_vs_iphdr *ipvsh) in __ip_vs_get_out_rt() argument 339 if (!ensure_mtu_is_adequate(skb_af, rt_mode, ipvsh, skb, mtu)) in __ip_vs_get_out_rt() 404 struct ip_vs_iphdr *ipvsh, int do_xfrm, int rt_mode) in __ip_vs_get_out_rt_v6() argument 483 if (!ensure_mtu_is_adequate(skb_af, rt_mode, ipvsh, skb, mtu)) in __ip_vs_get_out_rt_v6() 600 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_null_xmit() argument 614 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit() argument 622 IP_VS_RT_MODE_NON_LOCAL, NULL, ipvsh) < 0) in ip_vs_bypass_xmit() 646 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit_v6() argument [all …]
|
D | ip_vs_core.c | 951 unsigned int hooknum, struct ip_vs_iphdr *ipvsh) in ip_vs_out_icmp_v6() argument 962 ic = frag_safe_skb_hp(skb, ipvsh->len, sizeof(_icmph), &_icmph, ipvsh); in ip_vs_out_icmp_v6() 980 if (ipvsh->flags & IP6_FH_F_FRAG) in ip_vs_out_icmp_v6() 985 &ipvsh->saddr, &ipvsh->daddr); in ip_vs_out_icmp_v6() 988 ciph.len = ipvsh->len + sizeof(_icmph); in ip_vs_out_icmp_v6()
|
/linux-4.1.27/include/net/ |
D | ip_vs.h | 118 const struct ip_vs_iphdr *ipvsh) in frag_safe_skb_hp() argument
|