Searched refs:tcp_snat_handler (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto_tcp.c | 147 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 D | ip_vs_core.c | 73 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 D | ip_vs.h | 1860 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
|