Lines Matching refs:netns

3560  * struct bpf_sock *bpf_sk_lookup_tcp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags)
3563 * network namespace *netns*. The return value must be checked,
3577 * If the *netns* is a negative signed 32-bit integer, then the
3578 * socket lookup table in the netns associated with the *ctx*
3579 * will be used. For the TC hooks, this is the netns of the device
3580 * in the skb. For socket hooks, this is the netns of the socket.
3581 * If *netns* is any other signed 32-bit value greater than or
3582 * equal to zero then it specifies the ID of the netns relative to
3583 * the netns associated with the *ctx*. *netns* values beyond the
3597 * struct bpf_sock *bpf_sk_lookup_udp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags)
3600 * network namespace *netns*. The return value must be checked,
3614 * If the *netns* is a negative signed 32-bit integer, then the
3615 * socket lookup table in the netns associated with the *ctx*
3616 * will be used. For the TC hooks, this is the netns of the device
3617 * in the skb. For socket hooks, this is the netns of the socket.
3618 * If *netns* is any other signed 32-bit value greater than or
3619 * equal to zero then it specifies the ID of the netns relative to
3620 * the netns associated with the *ctx*. *netns* values beyond the
3795 * struct bpf_sock *bpf_skc_lookup_tcp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags)
3798 * network namespace *netns*. The return value must be checked,
4254 * **-ENETUNREACH** if the socket is unreachable (wrong netns).
4836 * the netns switch takes place from ingress to ingress without
6546 } netns;