Searched refs:net_len_refcount (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmroute.c468 if (mh->net_len_refcount[i] > 0)
496 ++mh->net_len_refcount[ir->netbits];
497 if (mh->net_len_refcount[ir->netbits] == 1)
509 --mh->net_len_refcount[ir->netbits];
510 ASSERT (mh->net_len_refcount[ir->netbits] >= 0);
511 if (!mh->net_len_refcount[ir->netbits])
529 ++mh->net_len_refcount[ir6->netbits];
530 if (mh->net_len_refcount[ir6->netbits] == 1)
543 --mh->net_len_refcount[ir6->netbits];
544 ASSERT (mh->net_len_refcount[ir
[all...]
H A Dmroute.h98 int net_len_refcount[MR_HELPER_NET_LEN]; /* refcount of each netlength */ member in struct:mroute_helper

Completed in 48 milliseconds