Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Daddrconf.c1075 static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift) in ipv6_create_tempaddr() argument
1087 if (ift) { in ipv6_create_tempaddr()
1088 spin_lock_bh(&ift->lock); in ipv6_create_tempaddr()
1089 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8); in ipv6_create_tempaddr()
1090 spin_unlock_bh(&ift->lock); in ipv6_create_tempaddr()
1156 ift = ipv6_add_addr(idev, &addr, NULL, tmp_plen, in ipv6_create_tempaddr()
1159 if (IS_ERR(ift)) { in ipv6_create_tempaddr()
1168 spin_lock_bh(&ift->lock); in ipv6_create_tempaddr()
1169 ift->ifpub = ifp; in ipv6_create_tempaddr()
1170 ift->cstamp = now; in ipv6_create_tempaddr()
[all …]
/linux-4.1.27/net/wireless/
Dnl80211.c1191 enum nl80211_iftype ift; in nl80211_send_mgmt_stypes() local
1201 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()
1202 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1206 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1224 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()
1225 nl_ftypes = nla_nest_start(msg, ift); in nl80211_send_mgmt_stypes()
1229 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()