Searched refs:ift (Results 1 – 5 of 5) sorted by relevance
1325 struct inet6_ifaddr *ift; in ipv6_create_tempaddr() local1416 ift = ipv6_add_addr(idev, &cfg, block, NULL); in ipv6_create_tempaddr()1417 if (IS_ERR(ift)) { in ipv6_create_tempaddr()1425 spin_lock_bh(&ift->lock); in ipv6_create_tempaddr()1426 ift->ifpub = ifp; in ipv6_create_tempaddr()1427 ift->cstamp = now; in ipv6_create_tempaddr()1428 ift->tstamp = tmp_tstamp; in ipv6_create_tempaddr()1429 spin_unlock_bh(&ift->lock); in ipv6_create_tempaddr()1431 addrconf_dad_start(ift); in ipv6_create_tempaddr()1432 in6_ifa_put(ift); in ipv6_create_tempaddr()[all …]
397 bool "produce a .ift signed image (OMAP)"410 the .ift image, at:
141 UBOOT_BIN_IFT = u-boot.bin.ift
1787 enum nl80211_iftype ift; in nl80211_send_mgmt_stypes() local1797 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()1798 nl_ftypes = nla_nest_start_noflag(msg, ift); in nl80211_send_mgmt_stypes()1802 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()1820 for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) { in nl80211_send_mgmt_stypes()1821 nl_ftypes = nla_nest_start_noflag(msg, ift); in nl80211_send_mgmt_stypes()1825 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()