Searched refs:recv_seq (Results 1 - 7 of 7) sorted by relevance

/net/l2tp/
H A Dl2tp_core.h61 unsigned int recv_seq:1; /* expect receive packets with member in struct:l2tp_session_cfg
119 unsigned int recv_seq:1; /* expect receive packets with member in struct:l2tp_session
H A Dl2tp_debugfs.c172 if (session->send_seq || session->recv_seq)
177 session->recv_seq ? 'R' : '-',
H A Dl2tp_netlink.c493 cfg.recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]);
585 session->recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]);
642 nla_put_u8(skb, L2TP_ATTR_RECV_SEQ, session->recv_seq) ||
H A Dl2tp_ppp.c1297 session->recv_seq = val ? -1 : 0;
1299 "%s: set recv_seq=%d\n",
1300 session->name, session->recv_seq);
1443 *val = session->recv_seq;
1445 "%s: get recv_seq=%d\n", session->name, *val);
1670 session->recv_seq ? 'R' : '-',
H A Dl2tp_core.c725 if (session->recv_seq) {
1771 session->recv_seq = cfg->recv_seq;
/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c114 const struct synproxy_options *opts, u32 recv_seq)
136 nth->seq = htonl(recv_seq - 1);
235 struct synproxy_options *opts, u32 recv_seq)
252 synproxy_send_server_syn(snet, skb, th, opts, recv_seq);
112 synproxy_send_server_syn(const struct synproxy_net *snet, const struct sk_buff *skb, const struct tcphdr *th, const struct synproxy_options *opts, u32 recv_seq) argument
233 synproxy_recv_client_ack(const struct synproxy_net *snet, const struct sk_buff *skb, const struct tcphdr *th, struct synproxy_options *opts, u32 recv_seq) argument
/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c129 const struct synproxy_options *opts, u32 recv_seq)
151 nth->seq = htonl(recv_seq - 1);
250 struct synproxy_options *opts, u32 recv_seq)
267 synproxy_send_server_syn(snet, skb, th, opts, recv_seq);
127 synproxy_send_server_syn(const struct synproxy_net *snet, const struct sk_buff *skb, const struct tcphdr *th, const struct synproxy_options *opts, u32 recv_seq) argument
248 synproxy_recv_client_ack(const struct synproxy_net *snet, const struct sk_buff *skb, const struct tcphdr *th, struct synproxy_options *opts, u32 recv_seq) argument

Completed in 144 milliseconds