Searched refs:XFRMA_SPD_HINFO (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/linux/
H A Dxfrm.h325 XFRMA_SPD_HINFO, enumerator in enum:xfrm_spdattr_type_t
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h328 XFRMA_SPD_HINFO, enumerator in enum:xfrm_spdattr_type_t
/external/iproute2/ip/
H A Dxfrm_policy.c946 if (tb[XFRMA_SPD_HINFO]) {
947 if (RTA_PAYLOAD(tb[XFRMA_SPD_HINFO]) < sizeof(*sh)) {
951 sh = RTA_DATA(tb[XFRMA_SPD_HINFO]);

Completed in 265 milliseconds