| H A D | nf_synproxy_core.c | 493 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn() 516 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn() 616 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack() 634 synproxy_send_server_syn(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack() 907 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn_ipv6() 930 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn_ipv6() 1033 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack_ipv6() 1051 synproxy_send_server_syn_ipv6(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack_ipv6() 492 synproxy_send_server_syn(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts,u32 recv_seq) synproxy_send_server_syn() argument 615 synproxy_recv_client_ack(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,struct synproxy_options * opts,u32 recv_seq) synproxy_recv_client_ack() argument 906 synproxy_send_server_syn_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts,u32 recv_seq) synproxy_send_server_syn_ipv6() argument 1032 synproxy_recv_client_ack_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,struct synproxy_options * opts,u32 recv_seq) synproxy_recv_client_ack_ipv6() argument
|