Searched refs:addattr_nest (Results 1 – 3 of 3) 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 | 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()
|