Home
last modified time | relevance | path

Searched refs:tcp_snat_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c147 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_snat_handler() function
739 .snat_handler = tcp_snat_handler,
H A Dip_vs_core.c73 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
75 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, tcp_snat_handler, __VA_ARGS__)
/openbmc/linux/include/net/
H A Dip_vs.h1860 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,