Home
last modified time | relevance | path

Searched refs:ftchash_update (Results 1 – 11 of 11) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-stat.c862 if (!(ftch_recc32p = ftchash_update(ftch, &ftch_recc32, hash))) { in format1()
931 if (!(ftch_recc32p = ftchash_update(ftch, &ftch_recc32, hash))) { in format2()
999 if (!(ftch_recc32p = ftchash_update(ftch, &ftch_recc32, hash))) { in format3()
1270 if (!(ftch_recipp = ftchash_update(ftch, &ftch_recip, hash))) { in format8()
1338 if (!(ftch_recipp = ftchash_update(ftch, &ftch_recip, hash))) { in format9()
1408 if (!(ftch_recip2p = ftchash_update(ftch, &ftch_recip2, hash))) { in format10()
1476 if (!(ftch_recipp = ftchash_update(ftch, &ftch_recip, hash))) { in format11()
1488 if (!(ftch_recipp = ftchash_update(ftch, &ftch_recip, hash))) { in format11()
1804 if (!(ftch_recipp = ftchash_update(ftch, &ftch_recip, hash))) { in format16()
2095 if (!(ftch_recas2p = ftchash_update(ftch, &ftch_recas2, hash))) { in format21()
[all …]
H A Dflow-split.c218 if (!(ftch_recsplitp = ftchash_update(ftch, &ftch_recsplit, hash))) in main()
H A Dflow-receive.c604 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash))) in main()
H A Dflow-fanout.c763 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash))) in main()
H A Dflow-capture.c963 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash)))
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftsym.c164 if (!(ftch_recsymp = ftchash_update(ftsym->ftch, &ftch_recsym, hash))) { in ftsym_new()
H A Dftchash.c170 void *ftchash_update(struct ftchash *ftch, void *newrec, uint32_t hash) in ftchash_update() function
H A Dfttag.c1115 if (!(nh_look = ftchash_update(lp->cur_action->look, &nh_look2, hash))) { in parse_action_match()
1172 if (!(exporter_look = ftchash_update(lp->cur_action->look, in parse_action_match()
1230 if (!(ip_look = ftchash_update(lp->cur_action->look, in parse_action_match()
H A Dftfil.c3770 if (!(ftch_recfc32p = ftchash_update(ftflipa->ftch, &ftch_recfc32, hash))) { in parse_primitive_type_ip_address()
3818 if (!(ftch_recfc32p = ftchash_update(ftflt->ftch, &ftch_recfc32, hash))) { in parse_primitive_type_tag()
H A Dftstat.c674 if (!(C = ftchash_update(A->ftch, &B, hash))) {\
10958 if (!(ftch_recprefixsp = ftchash_update(ftch_recprefixhp->ftch, in ftstat_rpt_66_accum()
11129 if (!(ftch_recprefixsp = ftchash_update(ftch_recprefixhp->ftch, in ftstat_rpt_67_accum()
12012 if (!(ftch_recintp = ftchash_update(rpt75->ftch, &ftch_recint, hash))) { in ftstat_rpt_75_accum()
H A Dftlib.h2672 void *ftchash_update(struct ftchash *ftch, void *newrec, uint32_t hash);