Searched refs:report_skb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dstack.c108 struct sk_buff *report_skb; local
113 report_skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL);
114 if (report_skb == NULL) {
118 data = genlmsg_put(report_skb, 0, wimax_gnl_mcg.id, &wimax_gnl_family,
126 result = nla_put_u8(report_skb, WIMAX_GNL_STCH_STATE_OLD, old_state);
131 result = nla_put_u8(report_skb, WIMAX_GNL_STCH_STATE_NEW, new_state);
136 result = nla_put_u32(report_skb, WIMAX_GNL_STCH_IFIDX,
143 wimax_dev, new_state, old_state, report_skb);
144 return report_skb;
147 nlmsg_free(report_skb);
166 wimax_gnl_re_state_change_send( struct wimax_dev *wimax_dev, struct sk_buff *report_skb, void *header) argument
[all...]

Completed in 118 milliseconds