Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dneighbour.c1817 struct ndt_config ndc = { in neightbl_fill_info() local
1828 ndc.ndtc_hash_rnd = nht->hash_rnd[0]; in neightbl_fill_info()
1829 ndc.ndtc_hash_mask = ((1 << nht->hash_shift) - 1); in neightbl_fill_info()
1832 if (nla_put(skb, NDTA_CONFIG, sizeof(ndc), &ndc)) in neightbl_fill_info()