/Linux-v5.15/include/net/ |
D | erspan.h | 141 static inline void set_hwid(struct erspan_md2 *md2, u8 hwid) in set_hwid() argument 143 md2->hwid = hwid & 0xf; in set_hwid() 144 md2->hwid_upper = (hwid >> 4) & 0x3; in set_hwid() 147 static inline u8 get_hwid(const struct erspan_md2 *md2) in get_hwid() argument 149 return (md2->hwid_upper << 4) + md2->hwid; in get_hwid() 270 struct erspan_md2 *md2; in erspan_build_header_v2() local 307 md2 = (struct erspan_md2 *)(ershdr + 1); in erspan_build_header_v2() 308 md2->timestamp = erspan_get_timestamp(); in erspan_build_header_v2() 309 md2->sgt = htons(sgt); in erspan_build_header_v2() 310 md2->p = 1; in erspan_build_header_v2() [all …]
|
D | nsh.h | 215 struct nsh_md2_tlv md2; member
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_tunnel_kern.c | 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() 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() 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() 290 md.u.md2.dir, in _ip4ip6erspan_get_tunnel() [all …]
|
/Linux-v5.15/drivers/net/wan/ |
D | hd64572.c | 360 u8 md2 = sca_in(msci + MD2, card); in sca_set_port() local 401 md2 |= MD2_LOOPBACK; in sca_set_port() 403 md2 &= ~MD2_LOOPBACK; in sca_set_port() 405 sca_out(md2, msci + MD2, card); in sca_set_port() 413 u8 md0, md2; in sca_open() local 417 md2 = MD2_NRZ; in sca_open() 420 md2 = MD2_NRZI; in sca_open() 423 md2 = MD2_FM_MARK; in sca_open() 426 md2 = MD2_FM_SPACE; in sca_open() 429 md2 = MD2_MANCHESTER; in sca_open() [all …]
|
D | hd64570.c | 405 u8 md2 = sca_in(msci + MD2, card); in sca_set_port() local 445 md2 |= MD2_LOOPBACK; in sca_set_port() 447 md2 &= ~MD2_LOOPBACK; in sca_set_port() 449 sca_out(md2, msci + MD2, card); in sca_set_port() 457 u8 md0, md2; in sca_open() local 461 md2 = MD2_NRZ; in sca_open() 464 md2 = MD2_NRZI; in sca_open() 467 md2 = MD2_FM_MARK; in sca_open() 470 md2 = MD2_FM_SPACE; in sca_open() 473 md2 = MD2_MANCHESTER; in sca_open() [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | erspan.h | 48 struct erspan_md2 md2; /* Version 2 (type III) */ member
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | erspan.h | 48 struct erspan_md2 md2; /* Version 2 (type III) */ member
|
/Linux-v5.15/net/netfilter/ |
D | nft_tunnel.c | 290 set_hwid(&opts->u.erspan.u.md2, hwid); in nft_tunnel_obj_erspan_init() 291 opts->u.erspan.u.md2.dir = dir; in nft_tunnel_obj_erspan_init() 579 get_hwid(&opts->u.erspan.u.md2)) || in nft_tunnel_opts_dump() 581 opts->u.erspan.u.md2.dir)) in nft_tunnel_opts_dump()
|
/Linux-v5.15/net/sched/ |
D | act_tunnel_key.c | 209 md->u.md2.dir = nla_get_u8(nla); in tunnel_key_copy_erspan_opt() 211 set_hwid(&md->u.md2, nla_get_u8(nla)); in tunnel_key_copy_erspan_opt() 637 md->u.md2.dir) || in tunnel_key_erspan_opts_dump() 639 get_hwid(&md->u.md2)))) in tunnel_key_erspan_opts_dump()
|
D | cls_flower.c | 1248 md->u.md2.dir = nla_get_u8(nla); in fl_set_erspan_opt() 1252 set_hwid(&md->u.md2, nla_get_u8(nla)); in fl_set_erspan_opt() 2745 md->u.md2.dir) || in fl_dump_key_erspan_opt() 2747 get_hwid(&md->u.md2)))) in fl_dump_key_erspan_opt()
|
/Linux-v5.15/net/ipv4/ |
D | ip_tunnel_core.c | 572 md->u.md2.dir = nla_get_u8(attr); in ip_tun_parse_opts_erspan() 574 set_hwid(&md->u.md2, nla_get_u8(attr)); in ip_tun_parse_opts_erspan() 797 (nla_put_u8(skb, LWTUNNEL_IP_OPT_ERSPAN_DIR, md->u.md2.dir) || in ip_tun_fill_encap_opts_erspan() 799 get_hwid(&md->u.md2)))) in ip_tun_fill_encap_opts_erspan()
|
D | ip_gre.c | 271 struct erspan_md2 *md2; in erspan_rcv() local 331 md2 = &md->u.md2; in erspan_rcv() 332 memcpy(md2, pkt_md, ver == 1 ? ERSPAN_V1_MDSIZE : in erspan_rcv() 575 md->u.md2.dir, in erspan_fb_xmit() 576 get_hwid(&md->u.md2), in erspan_fb_xmit()
|
/Linux-v5.15/net/ipv6/ |
D | ip6_gre.c | 532 struct erspan_md2 *md2; in ip6erspan_rcv() local 582 md2 = &md->u.md2; in ip6erspan_rcv() 583 memcpy(md2, pkt_md, ver == 1 ? ERSPAN_V1_MDSIZE : in ip6erspan_rcv() 1010 md->u.md2.dir, in ip6erspan_tunnel_xmit() 1011 get_hwid(&md->u.md2), in ip6erspan_tunnel_xmit()
|
/Linux-v5.15/Documentation/admin-guide/ |
D | md.rst | 36 2 md2
|
/Linux-v5.15/net/openvswitch/ |
D | flow_netlink.c | 1321 memcpy(&nh->md2, nla_data(a), mdlen); in nsh_hdr_from_nlattr()
|