Searched refs:nlmsg (Results 1 – 6 of 6) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 297 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 299 return nlmsg + genlmsg 380 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 381 return nlmsg 418 nlmsg = self._message(self.family_id, flags, seq) 420 return nlmsg + genlmsg
|
/linux/net/xfrm/ |
H A D | xfrm_compat.c | 407 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32() local 425 nlmsg->nlmsg_len += nla->nla_len; in xfrm_attr_cpy32()
|
/linux/net/tipc/ |
H A D | netlink_compat.c | 186 struct nlmsghdr *nlmsg; in __tipc_nl_compat_dumpit() local 226 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit() 227 err = nlmsg_parse_deprecated(nlmsg, GENL_HDRLEN, in __tipc_nl_compat_dumpit()
|
/linux/tools/bpf/bpftool/ |
H A D | net.c | 107 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
|
/linux/net/bridge/ |
H A D | br_private.h | 2103 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags, 2105 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 28 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,
|