HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_SPACE (Results 51 - 57 of 57) sorted by null

1 23

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 92 nlh = (struct nlmsghdr *)malloc(NLMSG_SPACE(MAX_PAYLOAD));
95 iov.iov_len = NLMSG_SPACE(MAX_PAYLOAD);
101 memset(nlh, 0, NLMSG_SPACE(MAX_PAYLOAD));
  /bionic/libc/kernel/common/linux/
netlink.h 87 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
92 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
  /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))) \
  /external/iproute2/ip/
xfrm_monitor.c 114 len -= NLMSG_SPACE(sizeof(*xsf));
143 len -= NLMSG_SPACE(0);
xfrm_policy.c 486 len -= NLMSG_SPACE(sizeof(*xpid));
490 len -= NLMSG_SPACE(sizeof(*xpexp));
494 len -= NLMSG_SPACE(sizeof(*xpinfo));
xfrm_state.c 752 len -= NLMSG_SPACE(sizeof(*xsid));
756 len -= NLMSG_SPACE(sizeof(*xexp));
760 len -= NLMSG_SPACE(sizeof(*xsinfo));

Completed in 137 milliseconds

1 23