HomeSort by relevance Sort by last modified time
    Searched refs:XFRMA_POLICY_TYPE (Results 1 - 5 of 5) sorted by null

  /external/iproute2/ip/
xfrm_monitor.c 153 if (tb[XFRMA_POLICY_TYPE]) {
158 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt))
161 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
xfrm_policy.c 333 addattr_l(&req.n, sizeof(req), XFRMA_POLICY_TYPE,
470 if (tb[XFRMA_POLICY_TYPE]) {
473 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt)) {
474 fprintf(stderr, "too short XFRMA_POLICY_TYPE len\n");
477 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
589 addattr_l(&req.n, sizeof(req), XFRMA_POLICY_TYPE,
675 if (tb[XFRMA_POLICY_TYPE]) {
678 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt)) {
679 fprintf(stderr, "too short XFRMA_POLICY_TYPE len\n");
682 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
    [all...]
ipxfrm.c 901 if (tb[XFRMA_POLICY_TYPE]) {
906 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt))
909 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */
  /external/iproute2/include/linux/
xfrm.h 280 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */

Completed in 610 milliseconds