Home
last modified time | relevance | path

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

/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dynl.py300 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0)
302 return nlmsg + genlmsg
383 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0)
384 return nlmsg
421 nlmsg = self._message(self.family_id, flags, seq)
423 return nlmsg + genlmsg
/linux-6.15/net/xfrm/
H A Dxfrm_compat.c415 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32() local
433 nlmsg->nlmsg_len += nla->nla_len; in xfrm_attr_cpy32()
/linux-6.15/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-6.15/tools/bpf/bpftool/
H A Dnet.c107 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
/linux-6.15/net/bridge/
H A Dbr_private.h2112 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags,
2114 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
/linux-6.15/tools/lib/bpf/
H A Dnetlink.c28 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,