Lines Matching defs:packets
147 * End.DT4/DT6 behavior for routing IPv4/IPv6 packets.
159 u64_stats_t packets;
176 __u64 packets;
528 * contains the actions (i.e. processing operations) to be applied on packets
929 /* this function accepts IPv6 encapsulated packets, with either
1051 * Routing Header packets) from several interfaces and the outer IPv6
1053 * End.DT4/DT6 behavior that should process the packets.
1064 * 1) the statistics on rx packets;
1066 * (the VRF one) for looking at the incoming packets;
1590 u64_stats_inc(&pcounters->packets);
1984 * packets, bytes and errors.
2003 if (nla_put_u64_64bit(skb, SEG6_LOCAL_CNT_PACKETS, counters->packets,
2030 u64 packets, bytes, errors;
2037 packets = u64_stats_read(&pcounters->packets);
2043 counters.packets += packets;