Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h169 struct tcp_options { struct
227 struct tcp_options tcp_options; member
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c516 void *tcp_options; in tcp_gen_synack() local
529 tcp_options = (void *)(tcp_header + 1); in tcp_gen_synack()
530 tcp_header->doff += tcp_mkoptions(tcp_options, tsopt, mss, wscale); in tcp_gen_synack()
/linux-6.6.21/net/netfilter/
Dnf_conntrack_proto_tcp.c333 static void tcp_options(const struct sk_buff *skb, in tcp_options() function
470 tcp_options(skb, dataoff, tcph, sender); in tcp_init_sender()
867 tcp_options(skb, dataoff, th, &ct->proto.tcp.seen[0]); in tcp_new()
1088 tcp_options(skb, dataoff, th, &seen); in nf_conntrack_tcp_packet()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h209 struct tcp_options { struct
545 struct tcp_options tcp_options; member
/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_os.c1300 (ha->ip_config.tcp_options & in qla4xxx_get_iface_param()
1402 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1412 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1422 OP_STATE(~ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1441 ival = (ha->ip_config.tcp_options & in qla4xxx_get_iface_param()
1451 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1468 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
1474 OP_STATE(ha->ip_config.tcp_options, in qla4xxx_get_iface_param()
3551 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_from_fwddb_param()
3681 options = le16_to_cpu(fw_ddb_entry->tcp_options); in qla4xxx_copy_to_fwddb_param()
[all …]
Dql4_def.h467 uint16_t tcp_options; member
Dql4_fw.h859 uint16_t tcp_options; /* 0A-0B */ member
Dql4_mbx.c455 ha->ip_config.tcp_options = le16_to_cpu(init_fw_cb->ipv4_tcp_opts); in qla4xxx_update_local_ip()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h378 struct tcp_options { struct
404 struct tcp_options tcpopt; argument