Searched refs:addattr32 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | netlink_helpers.h | 39 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
|
| H A D | netlink_helpers.c | 297 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_redirect.c | 190 addattr32(&req.n, sizeof(req), IFLA_NETKIT_MODE, mode); in create_netkit()
|
| H A D | tc_links.c | 1818 addattr32(&req.n, sizeof(req), TCA_INGRESS_BLOCK, 1); in qdisc_replace()
|