Searched defs:bpf_sk_lookup (Results 1 – 3 of 3) sorted by relevance
5009 struct bpf_sk_lookup { struct5010 union {5015 __u32 family; /* Protocol family (AF_INET, AF_INET6) */5016 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */5017 __u32 remote_ip4; /* Network byte order */5018 __u32 remote_ip6[4]; /* Network byte order */5019 __u32 remote_port; /* Network byte order */5020 __u32 local_ip4; /* Network byte order */5021 __u32 local_ip6[4]; /* Network byte order */5022 __u32 local_port; /* Host byte order */
6008 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function