Lines Matching defs:md_dst
996 struct metadata_dst *md_dst;
1002 md_dst = skb_metadata_dst(skb);
1015 if (md_dst && md_dst->type == METADATA_MACSEC)
1016 rx_sc = find_rx_sc(&macsec->secy, md_dst->u.macsec_info.sci);
1018 if (md_dst && md_dst->type == METADATA_MACSEC && !rx_sc)
3391 struct metadata_dst *md_dst = secy->tx_sc.md_dst;
3394 dst_hold(&md_dst->dst);
3395 skb_dst_set(skb, &md_dst->dst);
3710 if (macsec->secy.tx_sc.md_dst)
3711 metadata_dst_free(macsec->secy.tx_sc.md_dst);
3993 secy->tx_sc.md_dst = metadata_dst_alloc(0, METADATA_MACSEC, GFP_KERNEL);
3994 if (!secy->tx_sc.md_dst)
4013 secy->tx_sc.md_dst->u.macsec_info.sci = sci;