Searched refs:rtattr_end (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xfrm_info.c | 196 static void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end() function 226 rtattr_end(nh, info_data); in setup_xfrmi_external_dev() 227 rtattr_end(nh, link_info); in setup_xfrmi_external_dev()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tap.c | 49 static void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end() function 129 rtattr_end(&req.nh, info_data); in dev_create() 132 rtattr_end(&req.nh, link_info); in dev_create()
|
H A D | ipsec.c | 253 static inline void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end() function 280 rtattr_end(nh, peer_attr); in veth_pack_peerb() 348 rtattr_end(&req.nh, info_data); in veth_add() 349 rtattr_end(&req.nh, link_info); in veth_add()
|