Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_synproxy.h59 struct synproxy_options *opts, u32 recv_seq);
76 struct synproxy_options *opts, u32 recv_seq);
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_synproxy.h59 struct synproxy_options *opts, u32 recv_seq);
76 struct synproxy_options *opts, u32 recv_seq);
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_core.h50 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */ member
96 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */ member
H A Dl2tp_debugfs.c188 if (session->send_seq || session->recv_seq) in l2tp_dfs_seq_session_show()
192 session->recv_seq ? 'R' : '-', in l2tp_dfs_seq_session_show()
H A Dl2tp_core.c702 if (session->recv_seq) { in l2tp_recv_common()
1617 session->recv_seq = cfg->recv_seq; in l2tp_session_create()
H A Dl2tp_ppp.c1192 session->recv_seq = !!val; in pppol2tp_session_setsockopt()
1313 *val = session->recv_seq; in pppol2tp_session_getsockopt()
1561 session->recv_seq ? 'R' : '-', in pppol2tp_seq_session_show()
H A Dl2tp_netlink.c609 cfg.recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); in l2tp_nl_cmd_session_create()
690 session->recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); in l2tp_nl_cmd_session_modify()
737 nla_put_u8(skb, L2TP_ATTR_RECV_SEQ, session->recv_seq) || in l2tp_nl_session_send()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_core.h50 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */ member
96 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */ member
H A Dl2tp_debugfs.c186 if (session->send_seq || session->recv_seq) in l2tp_dfs_seq_session_show()
190 session->recv_seq ? 'R' : '-', in l2tp_dfs_seq_session_show()
H A Dl2tp_core.c702 if (session->recv_seq) { in l2tp_recv_common()
1615 session->recv_seq = cfg->recv_seq; in l2tp_session_create()
H A Dl2tp_ppp.c1191 session->recv_seq = !!val; in pppol2tp_session_setsockopt()
1312 *val = session->recv_seq; in pppol2tp_session_getsockopt()
1560 session->recv_seq ? 'R' : '-', in pppol2tp_seq_session_show()
H A Dl2tp_netlink.c609 cfg.recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); in l2tp_nl_cmd_session_create()
690 session->recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); in l2tp_nl_cmd_session_modify()
737 nla_put_u8(skb, L2TP_ATTR_RECV_SEQ, session->recv_seq) || in l2tp_nl_session_send()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_synproxy_core.c515 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn()
538 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn()
638 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack()
656 synproxy_send_server_syn(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack()
929 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn_ipv6()
952 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn_ipv6()
1055 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack_ipv6()
1073 synproxy_send_server_syn_ipv6(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack_ipv6()
513 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
636 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
927 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
1052 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
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_synproxy_core.c492 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn()
515 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn()
615 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack()
633 synproxy_send_server_syn(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack()
906 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn_ipv6()
929 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn_ipv6()
1032 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack_ipv6()
1050 synproxy_send_server_syn_ipv6(net, skb, th, opts, recv_seq); in synproxy_recv_client_ack_ipv6()
490 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
613 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
904 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
1029 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
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_cdc.c292 u16 recv_seq = ntohs(cdc->seqno); in smc_cdc_msg_validate() local
296 diff = conn->local_rx_ctrl.seqno - recv_seq; in smc_cdc_msg_validate()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_cdc.c303 u16 recv_seq = ntohs(cdc->seqno); in smc_cdc_msg_validate() local
307 diff = conn->local_rx_ctrl.seqno - recv_seq; in smc_cdc_msg_validate()

Completed in 18 milliseconds