Searched refs:upper_proto (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netgraph/netflow/ |
| H A D | ng_netflow.c | 600 uint8_t flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local 799 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 824 upper_proto = ip->ip_p; in ng_netflow_rcvdata() 840 upper_proto = cur; in ng_netflow_rcvdata() 872 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 881 upper_proto = ip6e->ip6e_nxt; in ng_netflow_rcvdata() 889 upper_proto = ip6f->ip6f_nxt; in ng_netflow_rcvdata() 908 cur = upper_proto; in ng_netflow_rcvdata() 961 upper_proto, flags, src_if_index); in ng_netflow_rcvdata() 969 upper_proto, flags, src_if_index); in ng_netflow_rcvdata()
|
| H A D | netflow.c | 653 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow_add() argument 780 caddr_t upper_ptr, uint8_t upper_proto, uint8_t flags, in ng_netflow_flow6_add() argument 811 switch(upper_proto) { in ng_netflow_flow6_add() 828 r.r_ip_p = upper_proto; in ng_netflow_flow6_add()
|