Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h85989 struct fib_info { struct
85990 struct hlist_node fib_hash;
85991 struct hlist_node fib_lhash;
85992 struct list_head nh_list;
85993 struct net *fib_net;
85994 refcount_t fib_treeref;
85995 refcount_t fib_clntref;
85996 unsigned int fib_flags;
85997 unsigned char fib_dead;
85998 unsigned char fib_protocol;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h95729 struct fib_info { struct
95730 struct hlist_node fib_hash;
95731 struct hlist_node fib_lhash;
95732 struct list_head nh_list;
95733 struct net *fib_net;
95734 refcount_t fib_treeref;
95735 refcount_t fib_clntref;
95736 unsigned int fib_flags;
95737 unsigned char fib_dead;
95738 unsigned char fib_protocol;
[all …]