Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Daddrconf.c1146 static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift) in ipv6_create_tempaddr() argument
1158 if (ift) { in ipv6_create_tempaddr()
1159 spin_lock_bh(&ift->lock); in ipv6_create_tempaddr()
1160 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8); in ipv6_create_tempaddr()
1161 spin_unlock_bh(&ift->lock); in ipv6_create_tempaddr()
1227 ift = ipv6_add_addr(idev, &addr, NULL, tmp_plen, in ipv6_create_tempaddr()
1230 if (IS_ERR(ift)) { in ipv6_create_tempaddr()
1239 spin_lock_bh(&ift->lock); in ipv6_create_tempaddr()
1240 ift->ifpub = ifp; in ipv6_create_tempaddr()
1241 ift->cstamp = now; in ipv6_create_tempaddr()
[all …]
/linux-4.4.14/net/wireless/
Dnl80211.c1198 enum nl80211_iftype ift; in nl80211_send_mgmt_stypes() local
1208 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()
1209 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1213 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1231 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()
1232 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1236 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()