/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_parse_tcp_hdr_opt.c | 40 __u8 *tcp_opt, kind, hdr_len; in parse_hdr_opt() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 79 struct tcp_opt { struct
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | syncookies.c | 130 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 D | test_tcp_hdr_options.h | 80 struct tcp_opt { struct
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | syncookies.c | 130 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 D | syncookies.c | 264 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 D | syncookies.c | 262 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 D | cxgbit_cm.c | 1629 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 D | cxgbit_cm.c | 1630 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 D | cxgb4i.c | 894 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 895 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 1218 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 D | cm.c | 1218 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 D | t3_cpl.h | 509 __be16 tcp_opt; member 636 __be16 tcp_opt; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 509 __be16 tcp_opt; member 636 __be16 tcp_opt; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 612 __be16 tcp_opt; member 669 __be16 tcp_opt; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 612 __be16 tcp_opt; member 669 __be16 tcp_opt; member
|