Home
last modified time | relevance | path

Searched refs:net_cookie (Results 1 – 7 of 7) sorted by relevance

/linux/net/smc/
H A Dsmc_tracepoint.h25 __field(u64, net_cookie)
35 __entry->net_cookie = sock_net(sk)->net_cookie;
41 __entry->net_cookie, __entry->fallback_rsn)
52 __field(u64, net_cookie)
61 __entry->net_cookie = sock_net(sk)->net_cookie;
67 __entry->smc, __entry->net_cookie,
94 __field(u64, net_cookie)
105 __entry->net_cookie
[all...]
/linux/include/trace/events/
H A Dtcp.h524 __field(__u64, net_cookie)
548 __entry->net_cookie = sock_net(sk)->net_cookie;
571 __entry->net_cookie,
621 __field(__u64, net_cookie)
649 __entry->net_cookie = sock_net(sk)->net_cookie;
676 __entry->net_cookie,
727 __field(__u64, net_cookie)
746 __entry->net_cookie = sock_net(sk)->net_cookie;
764 __entry->net_cookie,
783 __field(__u64, net_cookie)
[all …]
/linux/include/net/
H A Daligned_data.h13 atomic64_t net_cookie ____cacheline_aligned_in_smp;
H A Dnet_namespace.h171 u64 net_cookie; /* written once */ member
/linux/net/core/
H A Dnet_namespace.c443 net->net_cookie = ns_tree_gen_id(net); in setup_net()
809 net->net_cookie, net->ns.inum); in net_ns_net_debugfs()
811 net->net_cookie, net->ns.inum); in net_ns_net_debugfs()
H A Dsock.c2137 v.val64 = sock_net(sk)->net_cookie; in sk_getsockopt()
H A Dfilter.c5193 return net->net_cookie; in __bpf_get_netns_cookie()