Lines Matching refs:macsec_eth_header
33 struct macsec_eth_header { struct
422 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
451 static void macsec_fill_sectag(struct macsec_eth_header *h, in macsec_fill_sectag()
482 static void macsec_set_shortlen(struct macsec_eth_header *h, size_t data_len) in macsec_set_shortlen()
491 struct macsec_eth_header *h = (struct macsec_eth_header *)skb->data; in macsec_validate_skb()
535 static struct macsec_eth_header *macsec_ethhdr(struct sk_buff *skb) in macsec_ethhdr()
537 return (struct macsec_eth_header *)skb_mac_header(skb); in macsec_ethhdr()
658 struct macsec_eth_header *hh; in macsec_encrypt()
792 struct macsec_eth_header *hdr = macsec_ethhdr(skb); in macsec_post_decrypt()
937 struct macsec_eth_header *hdr; in macsec_decrypt()
956 hdr = (struct macsec_eth_header *)skb->data; in macsec_decrypt()
1080 struct macsec_eth_header *hdr; in macsec_handle_frame()