OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XFRMP_RTA
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
xfrm.h
45
#define
XFRMP_RTA
(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_userpolicy_info))))
xfrm_policy.c
507
rta =
XFRMP_RTA
(xpinfo);
735
parse_rtattr(tb, XFRMA_MAX,
XFRMP_RTA
(xpinfo), len);
Completed in 857 milliseconds