Searched refs:end_station (Results 1 – 1 of 1) sorted by relevance
/external/libnl/lib/route/link/ |
D | macsec.c | 61 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt; member 173 info->end_station = nla_get_u8(tb[IFLA_MACSEC_ES]); in macsec_parse() 235 PRINT_FLAG(tmp, info, end_station, 'e'); in flags_str() 324 NLA_PUT_U8(msg, IFLA_MACSEC_ES, info->end_station); in macsec_put_attrs() 385 diff |= MACSEC_DIFF(ES, a->end_station != b->end_station); in macsec_compare() 788 int rtnl_link_macsec_set_end_station(struct rtnl_link *link, uint8_t end_station) in rtnl_link_macsec_set_end_station() argument 794 if (end_station > 1) in rtnl_link_macsec_set_end_station() 797 info->end_station = end_station; in rtnl_link_macsec_set_end_station() 813 *es = info->end_station; in rtnl_link_macsec_get_end_station()
|