Searched refs:nlmsg (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_compat.c | 401 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32() local 419 nlmsg->nlmsg_len += nla->nla_len; in xfrm_attr_cpy32()
|
/linux-6.1.9/net/tipc/ |
D | netlink_compat.c | 189 struct nlmsghdr *nlmsg; in __tipc_nl_compat_dumpit() local 229 nlmsg_for_each_msg(nlmsg, nlmsg_hdr(buf), len, rem) { in __tipc_nl_compat_dumpit() 230 err = nlmsg_parse_deprecated(nlmsg, GENL_HDRLEN, in __tipc_nl_compat_dumpit()
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | net.c | 94 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
|
/linux-6.1.9/tools/lib/bpf/ |
D | netlink.c | 27 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t,
|
/linux-6.1.9/net/bridge/ |
D | br_private.h | 2000 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags, 2002 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
|