Home
last modified time | relevance | path

Searched refs:addattr_nest (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h44 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
H A Dnetlink_helpers.c346 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c185 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()