Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dnexthop.c231 struct nhmsg *nhm; in nh_fill_node() local
233 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node()
237 nhm = nlmsg_data(nlh); in nh_fill_node()
238 nhm->nh_family = AF_UNSPEC; in nh_fill_node()
239 nhm->nh_flags = nh->nh_flags; in nh_fill_node()
240 nhm->nh_protocol = nh->protocol; in nh_fill_node()
241 nhm->nh_scope = 0; in nh_fill_node()
242 nhm->resvd = 0; in nh_fill_node()
258 nhm->nh_family = nhi->family; in nh_fill_node()
274 nhm->nh_scope = nhi->fib_nhc.nhc_scope; in nh_fill_node()
[all …]