Searched refs:upper_proto (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 601 uint8_t flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local 800 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 825 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 841 upper_proto = cur; in ng_netflow_rcvdata() 873 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 882 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 890 upper_proto = ip6f->ip6f_nxt; in ng_netflow_rcvdata() 909 cur = upper_proto; in ng_netflow_rcvdata() 962 upper_proto, flags, src_if_index); in ng_netflow_rcvdata() 970 upper_proto, flags, src_if_index); in ng_netflow_rcvdata()
|
H A D | netflow.c | 654 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow_add() argument 781 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow6_add() argument 812 switch(upper_proto) { in ng_netflow_flow6_add() 829 r.r_ip_p = upper_proto; in ng_netflow_flow6_add()
|