Lines Matching refs:ifindex
28 int ifindex; member
52 int ifindex; member
84 meta.ifindex = _(dev->ifindex); in BPF_PROG()
99 meta.ifindex, data, pkt_data); in BPF_PROG()
102 if (users != 1 || pkt_data != bpf_htons(0x86dd) || meta.ifindex != 1) in BPF_PROG()
121 int len, ifindex; in BPF_PROG() local
125 ifindex = dev->ifindex; in BPF_PROG()
129 if (len != 74 || ifindex != 1) in BPF_PROG()
139 int len, ifindex; in BPF_PROG() local
143 ifindex = dev->ifindex; in BPF_PROG()
149 if (len != 60 || protocol != bpf_htons(0x86dd) || ifindex != 1) in BPF_PROG()