Home
last modified time | relevance | path

Searched refs:macsec_eth_header (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/
Dmacsec.c31 struct macsec_eth_header { struct
259 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
288 static void macsec_fill_sectag(struct macsec_eth_header *h, in macsec_fill_sectag()
319 static void macsec_set_shortlen(struct macsec_eth_header *h, size_t data_len) in macsec_set_shortlen()
387 struct macsec_eth_header *h = (struct macsec_eth_header *)skb->data; in macsec_validate_skb()
440 static struct macsec_eth_header *macsec_ethhdr(struct sk_buff *skb) in macsec_ethhdr()
442 return (struct macsec_eth_header *)skb_mac_header(skb); in macsec_ethhdr()
586 struct macsec_eth_header *hh; in macsec_encrypt()
724 struct macsec_eth_header *hdr = macsec_ethhdr(skb); in macsec_post_decrypt()
877 struct macsec_eth_header *hdr; in macsec_decrypt()
[all …]