HomeSort by relevance Sort by last modified time
    Searched full:nlmsg_count (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
xfrm.h 73 int nlmsg_count; member in struct:xfrm_buffer
xfrm_policy.c 764 xb->nlmsg_count ++;
861 xb.nlmsg_count = 0;
875 if (xb.nlmsg_count == 0) {
886 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
889 xb.nlmsg_count = 0;
xfrm_state.c 1090 xb->nlmsg_count ++;
1161 xb.nlmsg_count = 0;
1175 if (xb.nlmsg_count == 0) {
1186 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
1189 xb.nlmsg_count = 0;
    [all...]

Completed in 757 milliseconds