Searched defs:bpf_sk_lookup (Results 1 – 3 of 3) sorted by relevance
7225 struct bpf_sk_lookup { struct7226 union {7231 __u32 family; /* Protocol family (AF_INET, AF_INET6) */7232 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */7233 __u32 remote_ip4; /* Network byte order */7234 __u32 remote_ip6[4]; /* Network byte order */7235 __be16 remote_port; /* Network byte order */7237 __u32 local_ip4; /* Network byte order */7238 __u32 local_ip6[4]; /* Network byte order */7239 __u32 local_port; /* Host byte order */[all …]
7226 struct bpf_sk_lookup { struct7227 union {7232 __u32 family; /* Protocol family (AF_INET, AF_INET6) */7233 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */7234 __u32 remote_ip4; /* Network byte order */7235 __u32 remote_ip6[4]; /* Network byte order */7236 __be16 remote_port; /* Network byte order */7238 __u32 local_ip4; /* Network byte order */7239 __u32 local_ip6[4]; /* Network byte order */7240 __u32 local_port; /* Host byte order */[all …]
6744 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function