Searched refs:upper_proto (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 598 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local 792 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 815 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 830 upper_proto = cur; in ng_netflow_rcvdata() 862 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 871 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 879 upper_proto = ip6f->ip6f_nxt; in ng_netflow_rcvdata() 898 cur = upper_proto; in ng_netflow_rcvdata() 949 upper_proto, flags, src_if_index); in ng_netflow_rcvdata() 957 upper_proto, flags, src_if_index); in ng_netflow_rcvdata()
|
| H A D | netflow.c | 649 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow_add() argument 778 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow6_add() argument 809 switch(upper_proto) { in ng_netflow_flow6_add() 826 r.r_ip_p = upper_proto; in ng_netflow_flow6_add()
|