Lines Matching refs:md2
158 md.u.md2.dir = direction; in _erspan_set_tunnel()
159 md.u.md2.hwid = hwid & 0xf; in _erspan_set_tunnel()
160 md.u.md2.hwid_upper = (hwid >> 4) & 0x3; in _erspan_set_tunnel()
205 md.u.md2.dir, in _erspan_get_tunnel()
206 (md.u.md2.hwid_upper << 4) + md.u.md2.hwid, in _erspan_get_tunnel()
207 bpf_ntohl(md.u.md2.timestamp)); in _erspan_get_tunnel()
243 md.u.md2.dir = direction; in _ip4ip6erspan_set_tunnel()
244 md.u.md2.hwid = hwid & 0xf; in _ip4ip6erspan_set_tunnel()
245 md.u.md2.hwid_upper = (hwid >> 4) & 0x3; in _ip4ip6erspan_set_tunnel()
291 md.u.md2.dir, in _ip4ip6erspan_get_tunnel()
292 (md.u.md2.hwid_upper << 4) + md.u.md2.hwid, in _ip4ip6erspan_get_tunnel()
293 bpf_ntohl(md.u.md2.timestamp)); in _ip4ip6erspan_get_tunnel()