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 679 xb->nlmsg_count ++;
766 xb.nlmsg_count = 0;
780 if (xb.nlmsg_count == 0) {
791 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
794 xb.nlmsg_count = 0;
xfrm_state.c 873 xb->nlmsg_count ++;
934 xb.nlmsg_count = 0;
948 if (xb.nlmsg_count == 0) {
959 fprintf(stderr, "Delete-all nlmsg count = %d\n", xb.nlmsg_count);
962 xb.nlmsg_count = 0;

Completed in 46 milliseconds