Home
last modified time | relevance | path

Searched defs:sci_present (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/
Dmacsec.c246 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
259 static unsigned int macsec_sectag_len(bool sci_present) in macsec_sectag_len()
264 static unsigned int macsec_hdr_len(bool sci_present) in macsec_hdr_len()
269 static unsigned int macsec_extra_len(bool sci_present) in macsec_extra_len()
277 bool sci_present) in macsec_fill_sectag()
482 bool sci_present = macsec_skb_cb(skb)->has_sci; in macsec_msdu_len() local
580 bool sci_present; in macsec_encrypt() local
/kernel/linux/linux-5.10/drivers/net/
Dmacsec.c276 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
289 static unsigned int macsec_sectag_len(bool sci_present) in macsec_sectag_len()
294 static unsigned int macsec_hdr_len(bool sci_present) in macsec_hdr_len()
299 static unsigned int macsec_extra_len(bool sci_present) in macsec_extra_len()
307 bool sci_present) in macsec_fill_sectag()
517 bool sci_present = macsec_skb_cb(skb)->has_sci; in macsec_msdu_len() local
621 bool sci_present; in macsec_encrypt() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c615 bool sci_present = macsec_send_sci(secy); in macsec_fs_tx_create_sectag_header() local
1683 bool sci_present) in macsec_fs_rx_setup_fte()