Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/uwb/
Die.c231 static int uwb_rc_ie_add_one(struct uwb_rc *rc, const struct uwb_ie_hdr *new_ie) in uwb_rc_ie_add_one() argument
239 new_ie_len = sizeof(struct uwb_ie_hdr) + new_ie->length; in uwb_rc_ie_add_one()
255 if (!ie || ie->element_id > new_ie->element_id) in uwb_rc_ie_add_one()
260 memcpy(prev_ie, new_ie, new_ie_len); in uwb_rc_ie_add_one()
/linux-3.4.99/net/mac80211/
Dcfg.c1226 u8 *new_ie; in copy_mesh_setup() local
1232 new_ie = NULL; in copy_mesh_setup()
1236 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
1238 if (!new_ie) in copy_mesh_setup()
1242 ifmsh->ie = new_ie; in copy_mesh_setup()