Searched refs:addattr_nest (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | netlink_helpers.h | 44 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
|
D | netlink_helpers.c | 346 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest() function
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | tc_redirect.c | 185 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit() 187 data = addattr_nest(&req.n, sizeof(req), IFLA_INFO_DATA); in create_netkit() 189 peer_info = addattr_nest(&req.n, sizeof(req), IFLA_NETKIT_PEER_INFO); in create_netkit()
|
D | tc_netkit.c | 56 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit() 58 data = addattr_nest(&req.n, sizeof(req), IFLA_INFO_DATA); in create_netkit()
|