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

  /external/iproute2/include/linux/
xfrm.h 308 XFRMA_SPD_HINFO,
  /external/iproute2/ip/
xfrm_policy.c 857 if (tb[XFRMA_SPD_HINFO]) {
858 if (RTA_PAYLOAD(tb[XFRMA_SPD_HINFO]) < sizeof(*sh)) {
862 sh = RTA_DATA(tb[XFRMA_SPD_HINFO]);

Completed in 11 milliseconds