Searched defs:bpf_sk_lookup (Results 1 – 3 of 3) sorted by relevance
7210 struct bpf_sk_lookup { struct7211 union {7216 __u32 family; /* Protocol family (AF_INET, AF_INET6) */7217 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */7218 __u32 remote_ip4; /* Network byte order */7219 __u32 remote_ip6[4]; /* Network byte order */7220 __be16 remote_port; /* Network byte order */7222 __u32 local_ip4; /* Network byte order */7223 __u32 local_ip6[4]; /* Network byte order */7224 __u32 local_port; /* Host byte order */[all …]
7213 struct bpf_sk_lookup { struct7214 union {7219 __u32 family; /* Protocol family (AF_INET, AF_INET6) */7220 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */7221 __u32 remote_ip4; /* Network byte order */7222 __u32 remote_ip6[4]; /* Network byte order */7223 __be16 remote_port; /* Network byte order */7225 __u32 local_ip4; /* Network byte order */7226 __u32 local_ip6[4]; /* Network byte order */7227 __u32 local_port; /* Host byte order */[all …]
6769 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function