Searched refs:sectag (Results 1 – 1 of 1) sorted by relevance
88 const struct macsec_sectag *sectag, in macsec_print_header() argument92 GET_U_1(sectag->tci_an) & MACSEC_AN_MASK, in macsec_print_header()93 GET_BE_U_4(sectag->packet_number), in macsec_print_header()95 GET_U_1(sectag->tci_an) & MACSEC_TCI_FLAGS)); in macsec_print_header()100 if (GET_U_1(sectag->tci_an) & MACSEC_TCI_SC) in macsec_print_header()101 ND_PRINT(", sci " SCI_FMT, GET_BE_U_8(sectag->secure_channel_id)); in macsec_print_header()116 const struct macsec_sectag *sectag = (const struct macsec_sectag *)p; in macsec_print() local135 if (GET_U_1(sectag->tci_an) & MACSEC_TCI_SC) { in macsec_print()150 if ((GET_U_1(sectag->short_length) & ~MACSEC_SL_MASK) != 0 || in macsec_print()151 GET_U_1(sectag->tci_an) & MACSEC_TCI_VERSION) { in macsec_print()[all …]