Lines Matching refs:nla_put_u8
2388 nla_put_u8(skb, MACSEC_SECY_ATTR_ICV_LEN, secy->icv_len) || in nla_put_secy()
2389 nla_put_u8(skb, MACSEC_SECY_ATTR_OPER, secy->operational) || in nla_put_secy()
2390 nla_put_u8(skb, MACSEC_SECY_ATTR_PROTECT, secy->protect_frames) || in nla_put_secy()
2391 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) || in nla_put_secy()
2392 nla_put_u8(skb, MACSEC_SECY_ATTR_VALIDATE, secy->validate_frames) || in nla_put_secy()
2393 nla_put_u8(skb, MACSEC_SECY_ATTR_ENCRYPT, tx_sc->encrypt) || in nla_put_secy()
2394 nla_put_u8(skb, MACSEC_SECY_ATTR_INC_SCI, tx_sc->send_sci) || in nla_put_secy()
2395 nla_put_u8(skb, MACSEC_SECY_ATTR_ES, tx_sc->end_station) || in nla_put_secy()
2396 nla_put_u8(skb, MACSEC_SECY_ATTR_SCB, tx_sc->scb) || in nla_put_secy()
2397 nla_put_u8(skb, MACSEC_SECY_ATTR_ENCODING_SA, tx_sc->encoding_sa)) in nla_put_secy()
2470 if (nla_put_u8(skb, MACSEC_SA_ATTR_AN, i) || in dump_secy()
2473 nla_put_u8(skb, MACSEC_SA_ATTR_ACTIVE, tx_sa->active)) { in dump_secy()
2512 if (nla_put_u8(skb, MACSEC_RXSC_ATTR_ACTIVE, rx_sc->active) || in dump_secy()
2572 if (nla_put_u8(skb, MACSEC_SA_ATTR_AN, i) || in dump_secy()
2575 nla_put_u8(skb, MACSEC_SA_ATTR_ACTIVE, rx_sa->active)) { in dump_secy()
3440 nla_put_u8(skb, IFLA_MACSEC_ICV_LEN, secy->icv_len) || in macsec_fill_info()
3443 nla_put_u8(skb, IFLA_MACSEC_ENCODING_SA, tx_sc->encoding_sa) || in macsec_fill_info()
3444 nla_put_u8(skb, IFLA_MACSEC_ENCRYPT, tx_sc->encrypt) || in macsec_fill_info()
3445 nla_put_u8(skb, IFLA_MACSEC_PROTECT, secy->protect_frames) || in macsec_fill_info()
3446 nla_put_u8(skb, IFLA_MACSEC_INC_SCI, tx_sc->send_sci) || in macsec_fill_info()
3447 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()
3448 nla_put_u8(skb, IFLA_MACSEC_SCB, tx_sc->scb) || in macsec_fill_info()
3449 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) || in macsec_fill_info()
3450 nla_put_u8(skb, IFLA_MACSEC_VALIDATION, secy->validate_frames) || in macsec_fill_info()