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

  /external/iproute2/ip/
xfrm.h 74 int nlmsg_count; member in struct:xfrm_buffer
xfrm_policy.c 706 xb->nlmsg_count ++;
793 xb.nlmsg_count = 0;
807 if (xb.nlmsg_count == 0) {
818 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
821 xb.nlmsg_count = 0;
xfrm_state.c 918 xb->nlmsg_count ++;
979 xb.nlmsg_count = 0;
993 if (xb.nlmsg_count == 0) {
1004 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
1007 xb.nlmsg_count = 0;

Completed in 37 milliseconds