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

/linux-master/include/uapi/linux/
H A Dneighbour.h28 NDA_MASTER, enumerator in enum:__anon4429
/linux-master/net/bridge/
H A Dbr_fdb.c131 if (nla_put_u32(skb, NDA_MASTER, br->dev->ifindex))
176 + nla_total_size(sizeof(u32)) /* NDA_MASTER */
/linux-master/net/core/
H A Dneighbour.c1887 [NDA_MASTER] = { .type = NLA_U32 },
2679 /* 0 is already used to denote NDA_MASTER wasn't passed, therefore need another
2843 case NDA_MASTER:
H A Drtnetlink.c4556 case NDA_MASTER:
4561 *br_idx = nla_get_u32(tb[NDA_MASTER]);
4744 case NDA_MASTER:

Completed in 213 milliseconds