Home | History | Annotate | Download | only in bpf

Lines Matching refs:protocol

39 static __always_inline void count_tx(__u32 protocol)
43 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol);
49 __u8 protocol)
54 switch (protocol) {
98 dport = get_dport(iph + 1, data_end, iph->protocol);
102 vip.protocol = iph->protocol;
133 iph->protocol = IPPROTO_IPIP;
148 count_tx(vip.protocol);
172 vip.protocol = ip6h->nexthdr;
208 count_tx(vip.protocol);