Lines Matching defs:msg
424 static int ila_fill_info(struct ila_map *ila, struct sk_buff *msg)
426 if (nla_put_u64_64bit(msg, ILA_ATTR_LOCATOR,
429 nla_put_u64_64bit(msg, ILA_ATTR_LOCATOR_MATCH,
432 nla_put_s32(msg, ILA_ATTR_IFINDEX, ila->xp.ifindex) ||
433 nla_put_u8(msg, ILA_ATTR_CSUM_MODE, ila->xp.ip.csum_mode) ||
434 nla_put_u8(msg, ILA_ATTR_IDENT_TYPE, ila->xp.ip.ident_type))
465 struct sk_buff *msg;
474 msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL);
475 if (!msg)
485 info->snd_seq, 0, msg,
494 return genlmsg_reply(msg, info);
497 nlmsg_free(msg);