Home
last modified time | relevance | path

Searched refs:nlmsg (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py269 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0)
271 return nlmsg + genlmsg
352 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0)
353 return nlmsg
388 nlmsg = self._message(self.family_id, flags, seq)
390 return nlmsg + genlmsg
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_compat.c402 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32() local
420 nlmsg->nlmsg_len += nla->nla_len; in xfrm_attr_cpy32()
599 /* Don't call parse: the message might have only nlmsg header */ in xfrm_user_rcv_msg_compat()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_compat.c402 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32() local
420 nlmsg->nlmsg_len += nla->nla_len; in xfrm_attr_cpy32()
599 /* Don't call parse: the message might have only nlmsg header */ in xfrm_user_rcv_msg_compat()
/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink_compat.c189 struct nlmsghdr *nlmsg; in __tipc_nl_compat_dumpit() local
227 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit()
228 err = nlmsg_parse_deprecated(nlmsg, GENL_HDRLEN, in __tipc_nl_compat_dumpit()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnetlink.c24 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_private.h1468 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags,
1470 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dnet.c94 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnetlink.c28 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dnet.c101 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_private.h2077 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags,
2079 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);

Completed in 22 milliseconds