Home
last modified time | relevance | path

Searched refs:nh_family (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dnexthop.h8 unsigned char nh_family; member
/Linux-v5.4/net/ipv4/
Dnexthop.c222 nhm->nh_family = AF_UNSPEC; in nh_fill_node()
240 nhm->nh_family = nhi->family; in nh_fill_node()
1225 nhi->family = cfg->nh_family; in nexthop_create()
1233 switch (cfg->nh_family) { in nexthop_create()
1322 switch (nhm->nh_family) { in rtm_to_nh_config()
1346 cfg->nh_family = nhm->nh_family; in rtm_to_nh_config()
1354 if (nhm->nh_family != AF_UNSPEC) { in rtm_to_nh_config()
1412 switch (cfg->nh_family) { in rtm_to_nh_config()
1712 group_filter, nhm->nh_family)) in rtm_dump_nexthop()
/Linux-v5.4/include/net/
Dnexthop.h26 u8 nh_family; member