Lines Matching refs:netns

2187  * 	network namespace *netns*. The return value must be checked,
2201 * If the *netns* is a negative signed 32-bit integer, then the
2202 * socket lookup table in the netns associated with the *ctx*
2203 * will be used. For the TC hooks, this is the netns of the device
2204 * in the skb. For socket hooks, this is the netns of the socket.
2205 * If *netns* is any other signed 32-bit value greater than or
2206 * equal to zero then it specifies the ID of the netns relative to
2207 * the netns associated with the *ctx*. *netns* values beyond the
2222 static struct bpf_sock *(*bpf_sk_lookup_tcp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 84;
2228 * network namespace *netns*. The return value must be checked,
2242 * If the *netns* is a negative signed 32-bit integer, then the
2243 * socket lookup table in the netns associated with the *ctx*
2244 * will be used. For the TC hooks, this is the netns of the device
2245 * in the skb. For socket hooks, this is the netns of the socket.
2246 * If *netns* is any other signed 32-bit value greater than or
2247 * equal to zero then it specifies the ID of the netns relative to
2248 * the netns associated with the *ctx*. *netns* values beyond the
2263 static struct bpf_sock *(*bpf_sk_lookup_udp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 85;
2482 * network namespace *netns*. The return value must be checked,
2499 static struct bpf_sock *(*bpf_skc_lookup_tcp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 99;
3039 * **-ENETUNREACH** if the socket is unreachable (wrong netns).
3694 * the netns switch takes place from ingress to ingress without