Home
last modified time | relevance | path

Searched refs:tcp_options (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h178 struct tcp_options { struct
236 struct tcp_options tcp_options; member
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c383 static void tcp_options(const struct sk_buff *skb, in tcp_options() function
559 tcp_options(skb, dataoff, tcph, sender); in tcp_in_window()
604 tcp_options(skb, dataoff, tcph, sender); in tcp_in_window()
935 tcp_options(skb, dataoff, th, &seen); in tcp_packet()
1138 tcp_options(skb, dataoff, th, &ct->proto.tcp.seen[0]); in tcp_new()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h756 struct tcp_options { struct
782 struct tcp_options tcpopt; argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h209 struct tcp_options { struct
545 struct tcp_options tcp_options; member
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c1251 (ha->ip_config.tcp_options & in qla4xxx_get_iface_param()
1353 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1363 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1373 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1392 ival = (ha->ip_config.tcp_options & in qla4xxx_get_iface_param()
1402 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1419 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1425 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
3499 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_from_fwddb_param()
3630 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_to_fwddb_param()
[all …]
Dql4_def.h469 uint16_t tcp_options; member
Dql4_fw.h860 uint16_t tcp_options; /* 0A-0B */ member
Dql4_mbx.c456 ha->ip_config.tcp_options = le16_to_cpu(init_fw_cb->ipv4_tcp_opts); in qla4xxx_update_local_ip()