Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h10 unsigned char nh_protocol; /* Routing protocol that installed nh */ member
/openbmc/linux/net/ipv4/
H A Dnexthop.c710 nhm->nh_protocol = nh->protocol; in nh_fill_node()
933 nhm->nh_protocol = nh->protocol; in nh_fill_res_bucket()
2690 nh->protocol = cfg->nh_protocol; in nexthop_add()
2811 cfg->nh_protocol = nhm->nh_protocol; in rtm_to_nh_config()
2976 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in __nh_valid_get_del_req()
3149 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in __nh_valid_dump_req()
/openbmc/linux/include/net/
H A Dnexthop.h28 u8 nh_protocol; member