Searched refs:tcp_opt (Results 1 – 10 of 10) sorted by relevance
| /linux/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 42 tcp_opt = (__u8 *)(data + state->byte_offset); in parse_hdr_opt() 43 if (tcp_opt + 1 > data_end) in parse_hdr_opt() 46 kind = tcp_opt[0]; in parse_hdr_opt() 58 tcp_opt + sizeof(__u8) + sizeof(__u8) > data_end) in parse_hdr_opt() 61 hdr_len = tcp_opt[1]; in parse_hdr_opt() 69 if (tcp_opt + tcp_hdr_opt_len_tpr > data_end) in parse_hdr_opt() 72 state->server_id = *(__u32 *)&tcp_opt[2]; in parse_hdr_opt()
|
| H A D | test_misc_tcp_hdr_options.c | 43 struct tcp_opt reg_opt; in __check_active_hdr_in() 177 struct tcp_opt win_scale_opt = {}; in write_active_opt() 178 struct tcp_opt reg_opt = {}; in write_active_opt()
|
| H A D | test_tcp_hdr_options.c | 87 struct tcp_opt regular; in store_option() 132 struct tcp_opt regular; in load_option()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcp_hdr_options.h | 80 struct tcp_opt { struct
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 895 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local 945 csk->advmss = lldi->mtus[TCPOPT_MSS_G(tcp_opt)] - 40; in do_act_establish() 946 if (TCPOPT_TSTAMP_G(tcp_opt)) in do_act_establish() 953 csk, TCPOPT_MSS_G(tcp_opt), csk->advmss); in do_act_establish() 955 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 1218 unsigned short tcp_opt = ntohs(req->tcp_opt); in act_establish() local 1241 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in act_establish() 1243 set_emss(ep, tcp_opt); in act_establish() 2683 u16 tcp_opt = ntohs(req->tcp_opt); in pass_establish() local 2692 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in pass_establish() 2694 pr_debug("ep %p hwtid %u tcp_opt 0x%02x\n", ep, tid, tcp_opt); in pass_establish() 2696 set_emss(ep, tcp_opt); in pass_establish()
|
| /linux/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 1650 csk->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in cxgbit_pass_establish() 1651 cxgbit_set_emss(csk, tcp_opt); in cxgbit_pass_establish()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_cpl.h | 509 __be16 tcp_opt; member 636 __be16 tcp_opt; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_msg.h | 612 __be16 tcp_opt; member 669 __be16 tcp_opt; member
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 510 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|