Searched defs:xfrm_policy_list_or_deleteall (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Dxfrm_policy.c773 static int xfrm_policy_list_or_deleteall(int argc, char **argv, int deleteall) function
1044 return xfrm_policy_list_or_deleteall(0, NULL, 0);
1055 return xfrm_policy_list_or_deleteall(argc-1, argv+1, 1);
1058 return xfrm_policy_list_or_deleteall(argc-1, argv+1, 0);

Completed in 73 milliseconds