Lines Matching defs:info

1720 static int macsec_add_rxsa(struct sk_buff *skb, struct genl_info *info)
1723 struct nlattr **attrs = info->attrs;
1746 rx_sc = get_rxsc_from_nl(genl_info_net(info), attrs, tb_rxsc, &dev, &secy);
1871 static int macsec_add_rxsc(struct sk_buff *skb, struct genl_info *info)
1875 struct nlattr **attrs = info->attrs;
1892 dev = get_dev_from_nl(genl_info_net(info), attrs);
1964 static int macsec_add_txsa(struct sk_buff *skb, struct genl_info *info)
1967 struct nlattr **attrs = info->attrs;
1987 dev = get_dev_from_nl(genl_info_net(info), attrs);
2102 static int macsec_del_rxsa(struct sk_buff *skb, struct genl_info *info)
2104 struct nlattr **attrs = info->attrs;
2124 rx_sa = get_rxsa_from_nl(genl_info_net(info), attrs, tb_rxsc, tb_sa,
2168 static int macsec_del_rxsc(struct sk_buff *skb, struct genl_info *info)
2170 struct nlattr **attrs = info->attrs;
2188 dev = get_dev_from_nl(genl_info_net(info), info->attrs);
2231 static int macsec_del_txsa(struct sk_buff *skb, struct genl_info *info)
2233 struct nlattr **attrs = info->attrs;
2249 tx_sa = get_txsa_from_nl(genl_info_net(info), attrs, tb_sa,
2316 static int macsec_upd_txsa(struct sk_buff *skb, struct genl_info *info)
2318 struct nlattr **attrs = info->attrs;
2341 tx_sa = get_txsa_from_nl(genl_info_net(info), attrs, tb_sa,
2410 static int macsec_upd_rxsa(struct sk_buff *skb, struct genl_info *info)
2412 struct nlattr **attrs = info->attrs;
2439 rx_sa = get_rxsa_from_nl(genl_info_net(info), attrs, tb_rxsc, tb_sa,
2502 static int macsec_upd_rxsc(struct sk_buff *skb, struct genl_info *info)
2504 struct nlattr **attrs = info->attrs;
2523 rx_sc = get_rxsc_from_nl(genl_info_net(info), attrs, tb_rxsc, &dev, &secy);
2629 static int macsec_upd_offload(struct sk_buff *skb, struct genl_info *info)
2632 struct nlattr **attrs = info->attrs;
2651 dev = get_dev_from_nl(genl_info_net(info), attrs);