Home
last modified time | relevance | path

Searched refs:tcp_flags (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/netgraph7/netflow/
H A Dnetflow.c237 int plen, uint8_t tcp_flags) in hash_insert() argument
259 fle->f.tcp_flags = tcp_flags; in hash_insert()
394 uint8_t tcp_flags = 0; in ng_netflow_flow_add() local
442 tcp_flags = tcp->th_flags; in ng_netflow_flow_add()
479 fle->f.tcp_flags |= tcp_flags; in ng_netflow_flow_add()
488 if (tcp_flags & TH_FIN || tcp_flags & TH_RST || AGED(fle) || in ng_netflow_flow_add()
505 error = hash_insert(priv, hsh, &r, plen, tcp_flags); in ng_netflow_flow_add()
642 rec->flags = fle->f.tcp_flags; in export_add()
H A Dng_netflow.h136 u_char tcp_flags; /* cumulative OR */ member
/dflybsd-src/contrib/tcpdump/
H A Dprint-cnfp.c81 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
111 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
145 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
228 flags = GET_U_1(nr->tcp_flags); in cnfp_v1_print()
330 flags = GET_U_1(nr->tcp_flags); in cnfp_v5_print()
432 flags = GET_U_1(nr->tcp_flags); in cnfp_v6_print()