OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipflow_inuse
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_flow.c
88
static int
ipflow_inuse
;
variable in typeref:typename:int
220
if (!ipforwarding ||
ipflow_inuse
== 0 || m->m_len < sizeof(struct ip))
403
ipflow_inuse
--;
434
while (
ipflow_inuse
> ip_maxflows) {
468
ipflow_inuse
--;
543
if (
ipflow_inuse
>= ip_maxflows) {
549
ipflow_inuse
++;
ip_flow.c
88
static int
ipflow_inuse
;
variable in typeref:typename:int
220
if (!ipforwarding ||
ipflow_inuse
== 0 || m->m_len < sizeof(struct ip))
403
ipflow_inuse
--;
434
while (
ipflow_inuse
> ip_maxflows) {
468
ipflow_inuse
--;
543
if (
ipflow_inuse
>= ip_maxflows) {
549
ipflow_inuse
++;
ip_flow.c
88
static int
ipflow_inuse
;
variable in typeref:typename:int
220
if (!ipforwarding ||
ipflow_inuse
== 0 || m->m_len < sizeof(struct ip))
403
ipflow_inuse
--;
434
while (
ipflow_inuse
> ip_maxflows) {
468
ipflow_inuse
--;
543
if (
ipflow_inuse
>= ip_maxflows) {
549
ipflow_inuse
++;
Completed in 31 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025