__bpf_get_netns_cookie
return __bpf_get_netns_cookie(skb && skb->sk ? skb->sk : NULL);
return __bpf_get_netns_cookie(ctx);
return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL);
return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL);
return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL);