Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnexthop.h10 unsigned char nh_protocol; /* Routing protocol that installed nh */ member
/Linux-v5.10/net/ipv4/
Dnexthop.c240 nhm->nh_protocol = nh->protocol; in nh_fill_node()
1444 nh->protocol = cfg->nh_protocol; in nexthop_add()
1505 cfg->nh_protocol = nhm->nh_protocol; in rtm_to_nh_config()
1683 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in nh_valid_get_del_req()
1854 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in nh_valid_dump_req()
/Linux-v5.10/include/net/
Dnexthop.h28 u8 nh_protocol; member