Home
last modified time | relevance | path

Searched refs:tcp_prot (Results 1 – 13 of 13) sorted by relevance

/linux/net/mptcp/
H A Dtoken_test.c65 sk->sk_prot = &tcp_prot; in build_msk()
H A Dsubflow.c1773 ssk->sk_prot = &tcp_prot; in mptcp_subflow_ops_undo_override()
2160 tcp_prot_override = tcp_prot; in mptcp_subflow_init()
H A Dprotocol.c4587 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
/linux/net/xfrm/
H A Despintcp.c536 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 Dchtls_main.c602 chtls_cpl_prot = tcp_prot; in chtls_init_ulp_ops()
604 &tcp_prot, PF_INET); in chtls_init_ulp_ops()
H A Dchtls_cm.c490 sk->sk_prot = &tcp_prot; in chtls_destroy_sock()
/linux/net/ipv4/
H A Daf_inet.c1172 .prot = &tcp_prot,
1906 rc = proto_register(&tcp_prot, 1); in inet_init()
2030 proto_unregister(&tcp_prot); in inet_init()
H A Dtcp_bpf.c658 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); in tcp_bpf_v4_build_proto()
H A Dtcp_ipv4.c3416 struct proto tcp_prot = { variable
3467 EXPORT_SYMBOL(tcp_prot);
/linux/net/ipv6/
H A Dipv6_sockglue.c600 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 Dtcp.c648 ovpn_tcp_build_protos(&ovpn_tcp_prot, &ovpn_tcp_ops, &tcp_prot, in ovpn_tcp_init()
/linux/include/net/
H A Dtcp.h344 extern struct proto tcp_prot;
/linux/net/core/
H A Dfilter.c11964 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()