Searched refs:addattr32 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | netlink_helpers.h | 39 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
|
D | netlink_helpers.c | 297 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32() function
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | tc_netkit.c | 59 addattr32(&req.n, sizeof(req), IFLA_NETKIT_POLICY, policy); in create_netkit() 60 addattr32(&req.n, sizeof(req), IFLA_NETKIT_PEER_POLICY, peer_policy); in create_netkit() 61 addattr32(&req.n, sizeof(req), IFLA_NETKIT_MODE, mode); in create_netkit()
|
D | tc_redirect.c | 188 addattr32(&req.n, sizeof(req), IFLA_NETKIT_MODE, mode); in create_netkit()
|
D | tc_links.c | 1818 addattr32(&req.n, sizeof(req), TCA_INGRESS_BLOCK, 1); in qdisc_replace()
|