Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h39 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
H A Dnetlink_helpers.c297 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32() function
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c1818 addattr32(&req.n, sizeof(req), TCA_INGRESS_BLOCK, 1); in qdisc_replace()