Home
last modified time | relevance | path

Searched refs:ipvs_property (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/
Dxt_ipvs.c61 match = skb->ipvs_property ^ in ipvs_mt()
67 if (!skb->ipvs_property) { in ipvs_mt()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_core.c908 skb->ipvs_property = 1; in handle_response_icmp()
1324 skb->ipvs_property = 1; in handle_response()
1356 if (skb->ipvs_property) in ip_vs_out()
1982 if (skb->ipvs_property) in ip_vs_in()
2044 skb->ipvs_property = 1; in ip_vs_in()
Dip_vs_xmit.c606 skb->ipvs_property = 1; in ip_vs_tunnel_xmit_prepare()
639 skb->ipvs_property = 1; in ip_vs_nat_send_or_cont()
670 skb->ipvs_property = 1; in ip_vs_send_or_cont()
/kernel/linux/linux-5.10/Documentation/networking/
Dipvs-sysctl.rst170 If set, ipvs will set the ipvs_property on all packets which are of
/kernel/linux/linux-5.10/net/ipv4/
Dip_output.c577 to->ipvs_property = from->ipvs_property; in ip_copy_metadata()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h845 __u8 ipvs_property:1; member
4287 skb->ipvs_property = 0; in ipvs_reset()