Home
last modified time | relevance | path

Searched refs:r_ip_p (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c288 fle->r.r_ip_p, in flow_cache_print()
322 fle6->r.r_ip_p, in flow_cache_print6()
356 fle->r.r_ip_p, in flow_cache_print_verbose()
399 fle6->r.r_ip_p, in flow_cache_print6_verbose()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c134 switch (r->r_ip_p) { in ip_hash()
151 switch (r->r_ip_p) { in ip6_hash()
682 r.r_ip_p = ip->ip_p; in ng_netflow_flow_add()
697 switch(r.r_ip_p) { in ng_netflow_flow_add()
829 r.r_ip_p = upper_proto; in ng_netflow_flow6_add()
1073 rec->prot = fle->f.r.r_ip_p; in export_add()
H A Dnetflow_v9.c281 rec->prot = fed->r.r_ip_p; in export9_add()
312 rec->prot = fed6->r.r_ip_p; in export9_add()
H A Dng_netflow.h241 #define r_ip_p misc.i.prot macro