Home
last modified time | relevance | path

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

/linux-3.4.99/net/wimax/
Dstack.c109 struct sk_buff *report_skb; in wimax_gnl_re_state_change_alloc() local
114 report_skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL); in wimax_gnl_re_state_change_alloc()
115 if (report_skb == NULL) { in wimax_gnl_re_state_change_alloc()
119 data = genlmsg_put(report_skb, 0, wimax_gnl_mcg.id, &wimax_gnl_family, in wimax_gnl_re_state_change_alloc()
127 result = nla_put_u8(report_skb, WIMAX_GNL_STCH_STATE_OLD, old_state); in wimax_gnl_re_state_change_alloc()
132 result = nla_put_u8(report_skb, WIMAX_GNL_STCH_STATE_NEW, new_state); in wimax_gnl_re_state_change_alloc()
137 result = nla_put_u32(report_skb, WIMAX_GNL_STCH_IFIDX, in wimax_gnl_re_state_change_alloc()
144 wimax_dev, new_state, old_state, report_skb); in wimax_gnl_re_state_change_alloc()
145 return report_skb; in wimax_gnl_re_state_change_alloc()
148 nlmsg_free(report_skb); in wimax_gnl_re_state_change_alloc()
[all …]