Home
last modified time | relevance | path

Searched defs:bpf_fib_lookup (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h125490 struct bpf_fib_lookup { struct
125491 __u8 family;
125492 __u8 l4_protocol;
125493 __be16 sport;
125494 __be16 dport;
125495 union {
125499 __u32 ifindex;
125500 union {
125524 typedef u64 (*btf_bpf_skb_fib_lookup)(struct sk_buff *, struct bpf_fib_lookup *, int, u32); argument
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h133125 struct bpf_fib_lookup { struct
133126 __u8 family;
133127 __u8 l4_protocol;
133128 __be16 sport;
133129 __be16 dport;
133130 union {
133134 __u32 ifindex;
133135 union {
133159 typedef u64 (*btf_bpf_skb_fib_lookup)(struct sk_buff *, struct bpf_fib_lookup *, int, u32); argument