Searched refs:nlmsg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/tipc/ |
D | netlink_compat.c | 187 struct nlmsghdr *nlmsg; in __tipc_nl_compat_dumpit() local 209 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit() 212 err = tipc_nlmsg_parse(nlmsg, &attrs); in __tipc_nl_compat_dumpit()
|
/Linux-v5.4/tools/lib/bpf/ |
D | netlink.c | 21 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,
|
/Linux-v5.4/net/bridge/ |
D | br_private.h | 1162 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags, 1164 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
|