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

/net/core/
H A Drtnetlink.c2692 struct nlattr *extfilt; local
2694 extfilt = nlmsg_find_attr(cb->nlh, sizeof(struct ifinfomsg),
2696 if (extfilt) {
2697 if (nla_len(extfilt) < sizeof(filter_mask))
2700 filter_mask = nla_get_u32(extfilt);

Completed in 7 milliseconds