Searched refs:net_cookie (Results 1 – 7 of 7) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_tracepoint.h | 25 __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 D | tcp.h | 524 __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 D | aligned_data.h | 13 atomic64_t net_cookie ____cacheline_aligned_in_smp;
|
| H A D | net_namespace.h | 171 u64 net_cookie; /* written once */ member
|
| /linux/net/core/ |
| H A D | net_namespace.c | 443 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 D | sock.c | 2137 v.val64 = sock_net(sk)->net_cookie; in sk_getsockopt()
|
| H A D | filter.c | 5193 return net->net_cookie; in __bpf_get_netns_cookie()
|