Searched refs:tcp_options (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 169 struct tcp_options { struct 227 struct tcp_options tcp_options; member
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | xdp_synproxy_kern.c | 496 void *tcp_options; in tcp_gen_synack() local 509 tcp_options = (void *)(tcp_header + 1); in tcp_gen_synack() 510 tcp_header->doff += tcp_mkoptions(tcp_options, tsopt, mss, wscale); in tcp_gen_synack()
|
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 333 static void tcp_options(const struct sk_buff *skb, in tcp_options() function 469 tcp_options(skb, dataoff, tcph, sender); in tcp_init_sender() 865 tcp_options(skb, dataoff, th, &ct->proto.tcp.seen[0]); in tcp_new() 1053 tcp_options(skb, dataoff, th, &seen); in nf_conntrack_tcp_packet()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 209 struct tcp_options { struct 545 struct tcp_options tcp_options; member
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 1295 (ha->ip_config.tcp_options & in qla4xxx_get_iface_param() 1397 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1407 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1417 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1436 ival = (ha->ip_config.tcp_options & in qla4xxx_get_iface_param() 1446 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1463 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1469 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 3541 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_from_fwddb_param() 3671 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_to_fwddb_param() [all …]
|
D | ql4_def.h | 468 uint16_t tcp_options; member
|
D | ql4_fw.h | 859 uint16_t tcp_options; /* 0A-0B */ member
|
D | ql4_mbx.c | 455 ha->ip_config.tcp_options = le16_to_cpu(init_fw_cb->ipv4_tcp_opts); in qla4xxx_update_local_ip()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 378 struct tcp_options { struct 404 struct tcp_options tcpopt; argument
|