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

/linux-master/include/uapi/linux/
H A Dnexthop.h10 unsigned char nh_protocol; /* Routing protocol that installed nh */ member in struct:nhmsg
/linux-master/include/net/
H A Dnexthop.h28 u8 nh_protocol; member in struct:nh_config
/linux-master/net/ipv4/
H A Dnexthop.c927 nhm->nh_protocol = nh->protocol;
1150 nhm->nh_protocol = nh->protocol;
2927 nh->protocol = cfg->nh_protocol;
3048 cfg->nh_protocol = nhm->nh_protocol;
3220 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) {
3401 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) {

Completed in 189 milliseconds