Searched refs:rtattr_begin (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c191 static struct rtattr *rtattr_begin(struct nlmsghdr *nh, unsigned short type) function
222 link_info = rtattr_begin(nh, IFLA_LINKINFO);
224 info_data = rtattr_begin(nh, IFLA_INFO_DATA);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c96 static inline struct rtattr *rtattr_begin(struct nlmsghdr *nh, size_t req_sz, function
160 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO);
167 info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);
377 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO);
384 info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);
/linux-master/tools/testing/selftests/net/
H A Dtap.c44 static struct rtattr *rtattr_begin(struct nlmsghdr *nh, unsigned short type) function
120 link_info = rtattr_begin(&req.nh, IFLA_LINKINFO);
125 info_data = rtattr_begin(&req.nh, IFLA_INFO_DATA);
H A Dipsec.c246 static inline struct rtattr *rtattr_begin(struct nlmsghdr *nh, size_t req_sz, function
333 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO);
340 info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);

Completed in 162 milliseconds