Searched refs:nh_pksent (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop.h94 * nh_pksent: counter(9) reflecting the number of packets transmitted.
123 #define NHOP_END_CMP (__offsetof(struct nhop_object, nh_pksent))
138 counter_u64_t nh_pksent; /* packets sent using this nhop */ member in struct:nhop_object
202 uint64_t nh_pksent; member in struct:nhop_external
H A Dnhop_ctl.c530 nh->nh_pksent = counter_u64_alloc(M_NOWAIT);
531 if (nh->nh_pksent == NULL) {
616 counter_u64_free(nh->nh_pksent);
844 pnhe->nh_pksent = counter_u64_fetch(nh->nh_pksent);
/freebsd-13-stable/usr.bin/netstat/
H A Dnhops.c293 xo_emit("{t:use/%*lu} ", wid_pksent, nh->nh_pksent);
/freebsd-13-stable/sys/netinet/
H A Dip_output.c498 counter_u64_add(ro->ro_nh->nh_pksent, 1);
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c738 counter_u64_add(nh->nh_pksent, 1);

Completed in 72 milliseconds