Searched refs:tcp_options (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 178 struct tcp_options { struct 236 struct tcp_options tcp_options; member
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 349 static void tcp_options(const struct sk_buff *skb, in tcp_options() function 527 tcp_options(skb, dataoff, tcph, sender); in tcp_in_window() 572 tcp_options(skb, dataoff, tcph, sender); in tcp_in_window() 893 tcp_options(skb, dataoff, th, &seen); in tcp_packet() 1106 tcp_options(skb, dataoff, th, &ct->proto.tcp.seen[0]); in tcp_new()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 209 struct tcp_options { struct 545 struct tcp_options tcp_options; member
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 1267 (ha->ip_config.tcp_options & in qla4xxx_get_iface_param() 1369 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1379 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1389 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1408 ival = (ha->ip_config.tcp_options & in qla4xxx_get_iface_param() 1418 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1435 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 1441 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param() 3514 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_from_fwddb_param() 3645 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_to_fwddb_param() [all …]
|
D | ql4_def.h | 459 uint16_t tcp_options; member
|
D | ql4_fw.h | 860 uint16_t tcp_options; /* 0A-0B */ member
|
D | ql4_mbx.c | 456 ha->ip_config.tcp_options = le16_to_cpu(init_fw_cb->ipv4_tcp_opts); in qla4xxx_update_local_ip()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 376 struct tcp_options { struct 402 struct tcp_options tcpopt; argument
|