Home
last modified time | relevance | path

Searched defs:tcp_opt (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt.c40 __u8 *tcp_opt, kind, hdr_len; in parse_hdr_opt() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h79 struct tcp_opt { struct
/kernel/linux/linux-5.10/net/ipv6/
H A Dsyncookies.c130 struct tcp_options_received tcp_opt; in cookie_v6_check() local
161 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); in cookie_v6_check() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h80 struct tcp_opt { struct
/kernel/linux/linux-6.6/net/ipv6/
H A Dsyncookies.c130 struct tcp_options_received tcp_opt; in cookie_v6_check() local
161 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); in cookie_v6_check() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dsyncookies.c264 bool cookie_ecn_ok(const struct tcp_options_received *tcp_opt, in cookie_ecn_ok() argument
235 cookie_timestamp_decode(const struct net *net, struct tcp_options_received *tcp_opt) cookie_timestamp_decode() argument
324 struct tcp_options_received tcp_opt; cookie_v4_check() local
355 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); cookie_v4_check() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dsyncookies.c262 bool cookie_ecn_ok(const struct tcp_options_received *tcp_opt, in cookie_ecn_ok() argument
233 cookie_timestamp_decode(const struct net *net, struct tcp_options_received *tcp_opt) cookie_timestamp_decode() argument
322 struct tcp_options_received tcp_opt; cookie_v4_check() local
353 tcp_parse_options(sock_net(sk), skb, &tcp_opt, 0, NULL); cookie_v4_check() local
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1629 u16 tcp_opt = be16_to_cpu(req->tcp_opt); in cxgbit_pass_establish() local
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1630 u16 tcp_opt = be16_to_cpu(req->tcp_opt); in cxgbit_pass_establish() local
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c894 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c895 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcm.c1218 unsigned short tcp_opt = ntohs(req->tcp_opt); in act_establish() local
2685 u16 tcp_opt = ntohs(req->tcp_opt); in pass_establish() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcm.c1218 unsigned short tcp_opt = ntohs(req->tcp_opt); in act_establish() local
2679 u16 tcp_opt = ntohs(req->tcp_opt); in pass_establish() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h509 __be16 tcp_opt; member
636 __be16 tcp_opt; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h509 __be16 tcp_opt; member
636 __be16 tcp_opt; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h612 __be16 tcp_opt; member
669 __be16 tcp_opt; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h612 __be16 tcp_opt; member
669 __be16 tcp_opt; member

Completed in 47 milliseconds