Lines Matching defs:bpf_sk_lookup
6446 struct bpf_sk_lookup { struct
6447 union {
6452 __u32 family; /* Protocol family (AF_INET, AF_INET6) */
6453 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */
6454 __u32 remote_ip4; /* Network byte order */
6455 __u32 remote_ip6[4]; /* Network byte order */
6456 __u32 remote_port; /* Network byte order */
6457 __u32 local_ip4; /* Network byte order */
6458 __u32 local_ip6[4]; /* Network byte order */
6459 __u32 local_port; /* Host byte order */
6460 __u32 ingress_ifindex; /* The arriving interface. Determined by inet_iif. */