Home
last modified time | relevance | path

Searched defs:tcp (Results 1 – 25 of 86) sorted by relevance

1234

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dtransport.c83 struct tcp_handle *tcp = NULL; in hmdfs_tcpi_rtt() local
219 struct tcp_handle *tcp = NULL; in tcp_recvpage_tls() local
397 struct tcp_handle *tcp = NULL; in tcp_recvbuffer_cipher() local
456 struct tcp_handle *tcp = NULL; in tcp_recvbuffer_tls() local
493 static int tcp_receive_from_sock(struct tcp_handle *tcp) in tcp_receive_from_sock()
553 static bool tcp_handle_is_available(struct tcp_handle *tcp) in tcp_handle_is_available()
596 struct tcp_handle *tcp = (struct tcp_handle *)arg; in tcp_recv_thread() local
646 static int tcp_send_message_sock_cipher(struct tcp_handle *tcp, in tcp_send_message_sock_cipher()
703 static int tcp_send_message_sock_tls(struct tcp_handle *tcp, in tcp_send_message_sock_tls()
756 struct tcp_handle *tcp = connect->connect_handle; in tcp_send_rekey_request() local
[all …]
Dcrypto.c22 struct tcp_handle *tcp = conn_impl->connect_handle; in tls_crypto_set_key() local
60 struct tcp_handle *tcp = in tls_crypto_info_init() local
117 static int tls_set_tx(struct tcp_handle *tcp) in tls_set_tx()
148 static int tls_set_rx(struct tcp_handle *tcp) in tls_set_rx()
181 struct tcp_handle *tcp = in set_crypto_info() local
Dconnection.c558 struct tcp_handle *tcp = NULL; in connection_send_handshake() local
596 struct tcp_handle *tcp = NULL; in connection_to_working() local
729 struct tcp_handle *tcp = conn->connect_handle; in cmd_update_tls_crypto_key() local
751 struct tcp_handle *tcp = NULL; in connection_release() local
831 struct tcp_handle *tcp = NULL; in hmdfs_dump_deleting_list() local
861 struct tcp_handle *tcp = NULL; in hmdfs_disconnect_node() local
977 struct tcp_handle *tcp = NULL; in set_conn_sock_quickack() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dnetwork_helpers.h24 struct tcphdr tcp; member
32 struct tcphdr tcp; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c44 struct tcphdr tcp; member
51 struct tcphdr tcp; member
59 struct tcphdr tcp; member
65 struct tcphdr tcp; member
77 struct tcphdr tcp; member
87 struct tcphdr tcp; member
/kernel/linux/linux-5.10/net/netfilter/
Dnft_synproxy.c24 const struct tcphdr *tcp, in nft_synproxy_tcp_options()
47 const struct tcphdr *tcp, in nft_synproxy_eval_v4()
78 const struct tcphdr *tcp, in nft_synproxy_eval_v6()
113 const struct tcphdr *tcp; in nft_synproxy_do_eval() local
Dnfnetlink_osf.c171 const struct tcphdr *tcp; in nf_osf_hdr_ctx_init() local
209 const struct tcphdr *tcp; in nf_osf_match() local
270 const struct tcphdr *tcp; in nf_osf_find() local
Dnft_osf.c27 const struct tcphdr *tcp; in nft_osf_eval() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_pkt_access.c87 struct tcphdr *tcp = NULL; in test_pkt_write_access_subprog() local
106 struct tcphdr *tcp = NULL; in test_pkt_access() local
Dtest_sk_assign.c44 get_tuple(struct __sk_buff *skb, bool *ipv4, bool *tcp) in get_tuple()
167 bool tcp = false; in bpf_sk_assign_test() local
Dtest_tc_edt.c65 static inline int handle_tcp(struct __sk_buff *skb, struct tcphdr *tcp) in handle_tcp()
Dfexit_bpf2bpf.c164 struct tcphdr *tcp; in new_test_pkt_write_access_subprog() local
/kernel/linux/linux-5.10/samples/bpf/
Dparse_varlen.c22 static int tcp(void *data, uint64_t tp_off, void *data_end) in tcp() function
24 struct tcphdr *tcp = data + tp_off; in tcp() local
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv4/
Dipt_ECN.h34 } tcp; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv4/
Dipt_ECN.h21 } tcp; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_ecn.h35 } tcp; member
Dnf_conntrack_tuple_common.h33 } tcp; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_ecn.h32 } tcp; member
Dnf_conntrack_tuple_common.h26 } tcp; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h30 } tcp; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_ecn.h22 } tcp; member
Dnf_conntrack_tuple_common.h23 } tcp; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.c54 struct tcphdr *tcp = (struct tcphdr *) in cxgb_get_4tuple() local
/kernel/linux/linux-5.10/net/openvswitch/
Dflow.c575 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4() local
699 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4() local
/kernel/linux/linux-5.10/net/smc/
Dsmc_close.c26 struct socket *tcp; in smc_clcsock_release() local

1234