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