macsec_eth_header
struct macsec_eth_header *hdr;
static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present,
static void macsec_fill_sectag(struct macsec_eth_header *h,
static void macsec_set_shortlen(struct macsec_eth_header *h, size_t data_len)
struct macsec_eth_header *h = (struct macsec_eth_header *)skb->data;
static struct macsec_eth_header *macsec_ethhdr(struct sk_buff *skb)
return (struct macsec_eth_header *)skb_mac_header(skb);
struct macsec_eth_header *hh;
struct macsec_eth_header *hdr = macsec_ethhdr(skb);
struct macsec_eth_header *hdr;
hdr = (struct macsec_eth_header *)skb->data;