Home
last modified time | relevance | path

Searched refs:nh_sel (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/net/
Ddn_fib.h14 unsigned char nh_sel; member
47 #define DN_FIB_RES_RESET(res) ((res).nh_sel = 0)
48 #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
Dip_fib.h140 unsigned char nh_sel; member
158 unsigned char nh_sel; member
165 #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
/Linux-v4.19/net/decnet/
Ddn_fib.c441 res->nh_sel = nhsel; in dn_fib_semantic_match()
475 res->nh_sel = 0; in dn_fib_select_multipath()
487 res->nh_sel = nhsel; in dn_fib_select_multipath()
493 res->nh_sel = 0; in dn_fib_select_multipath()
/Linux-v4.19/net/ipv4/
Dfib_frontend.c1144 frn->nh_sel = res.nh_sel; in nl_fib_lookup()
Dfib_semantics.c1766 res->nh_sel = nhsel; in fib_select_multipath()
1774 res->nh_sel = nhsel; in fib_select_multipath()
Dfib_trie.c1492 res->nh_sel = nhsel; in fib_table_lookup()
Droute.c1354 struct fib_nh *nh = &fi->fib_nh[res->nh_sel]; in ip_mtu_from_fib_result()
/Linux-v4.19/net/core/
Dfilter.c4320 nh = &res.fi->fib_nh[res.nh_sel]; in bpf_ipv4_fib_lookup()