OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NLMSG_SPACE
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/iproute2/include/linux/
netlink.h
82
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
89
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/external/kernel-headers/original/linux/
netlink.h
79
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
86
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
253
({ if (unlikely(skb_tailroom(skb) < (int)
NLMSG_SPACE
(len))) \
Completed in 614 milliseconds
1
2
3