Home
last modified time | relevance | path

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

/linux/tools/net/ynl/lib/
H A Dynl.py297 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
416 nlmsg = self._message(self.family_id, flags, seq)
418 return nlmsg + genlmsg
/linux/net/xfrm/
H A Dxfrm_compat.c407 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 Dnetlink_compat.c186 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 Dnet.c103 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
/linux/net/bridge/
H A Dbr_private.h2102 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags,
2104 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
/linux/tools/lib/bpf/
H A Dnetlink.c28 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,