Searched defs:bpf_sk_lookup (Results 1 – 3 of 3) sorted by relevance
6215 struct bpf_sk_lookup { struct6216 union {6221 __u32 family; /* Protocol family (AF_INET, AF_INET6) */6222 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */6223 __u32 remote_ip4; /* Network byte order */6224 __u32 remote_ip6[4]; /* Network byte order */6225 __u32 remote_port; /* Network byte order */6226 __u32 local_ip4; /* Network byte order */6227 __u32 local_ip6[4]; /* Network byte order */6228 __u32 local_port; /* Host byte order */
6237 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function