Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
DNetlinkRequest.cpp23 static struct rtattr* nlmsg_tail(struct nlmsghdr* n) { in nlmsg_tail() function
36 auto attr = nlmsg_tail(n); in addattr_l()
50 size_t nestLen = reinterpret_cast<uintptr_t>(nlmsg_tail(n)) - reinterpret_cast<uintptr_t>(nest); in addattr_nest_end()