Lines Matching refs:u
151 md.u.index = bpf_htonl(123); in _erspan_set_tunnel()
157 md.u.md2.dir = direction; in _erspan_set_tunnel()
158 md.u.md2.hwid = hwid & 0xf; in _erspan_set_tunnel()
159 md.u.md2.hwid_upper = (hwid >> 4) & 0x3; in _erspan_set_tunnel()
198 index = bpf_ntohl(md.u.index); in _erspan_get_tunnel()
204 md.u.md2.dir, in _erspan_get_tunnel()
205 (md.u.md2.hwid_upper << 4) + md.u.md2.hwid, in _erspan_get_tunnel()
206 bpf_ntohl(md.u.md2.timestamp)); in _erspan_get_tunnel()
235 md.u.index = bpf_htonl(123); in _ip4ip6erspan_set_tunnel()
242 md.u.md2.dir = direction; in _ip4ip6erspan_set_tunnel()
243 md.u.md2.hwid = hwid & 0xf; in _ip4ip6erspan_set_tunnel()
244 md.u.md2.hwid_upper = (hwid >> 4) & 0x3; in _ip4ip6erspan_set_tunnel()
284 index = bpf_ntohl(md.u.index); in _ip4ip6erspan_get_tunnel()
290 md.u.md2.dir, in _ip4ip6erspan_get_tunnel()
291 (md.u.md2.hwid_upper << 4) + md.u.md2.hwid, in _ip4ip6erspan_get_tunnel()
292 bpf_ntohl(md.u.md2.timestamp)); in _ip4ip6erspan_get_tunnel()