Searched refs:tcp_prot (Results 1 – 13 of 13) sorted by relevance
| /linux/net/mptcp/ |
| H A D | token_test.c | 65 sk->sk_prot = &tcp_prot; in build_msk()
|
| H A D | subflow.c | 1773 ssk->sk_prot = &tcp_prot; in mptcp_subflow_ops_undo_override() 2160 tcp_prot_override = tcp_prot; in mptcp_subflow_init()
|
| H A D | protocol.c | 4587 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 536 sk->sk_prot = &tcp_prot; in espintcp_close() 586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 602 chtls_cpl_prot = tcp_prot; in chtls_init_ulp_ops() 604 &tcp_prot, PF_INET); in chtls_init_ulp_ops()
|
| H A D | chtls_cm.c | 490 sk->sk_prot = &tcp_prot; in chtls_destroy_sock()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1172 .prot = &tcp_prot, 1906 rc = proto_register(&tcp_prot, 1); in inet_init() 2030 proto_unregister(&tcp_prot); in inet_init()
|
| H A D | tcp_bpf.c | 658 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); in tcp_bpf_v4_build_proto()
|
| H A D | tcp_ipv4.c | 3416 struct proto tcp_prot = { variable 3467 EXPORT_SYMBOL(tcp_prot);
|
| /linux/net/ipv6/ |
| H A D | ipv6_sockglue.c | 600 sock_prot_inuse_add(net, &tcp_prot, 1); in do_ipv6_setsockopt() 603 WRITE_ONCE(sk->sk_prot, &tcp_prot); in do_ipv6_setsockopt()
|
| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 648 ovpn_tcp_build_protos(&ovpn_tcp_prot, &ovpn_tcp_ops, &tcp_prot, in ovpn_tcp_init()
|
| /linux/include/net/ |
| H A D | tcp.h | 344 extern struct proto tcp_prot;
|
| /linux/net/core/ |
| H A D | filter.c | 11964 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_TIME_WAIT) in BPF_CALL_1() 11987 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_NEW_SYN_RECV) in BPF_CALL_1()
|