Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c103 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx() argument
183 *pos++ = target_flags; in mesh_path_sel_frame_tx()
532 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local
543 target_flags = PREQ_IE_TARGET_F(preq_elem); in hwmp_preq_frame_process()
563 (target_flags & IEEE80211_PREQ_TO_FLAG)) { in hwmp_preq_frame_process()
586 } else if ((!(target_flags & IEEE80211_PREQ_TO_FLAG)) && in hwmp_preq_frame_process()
592 target_flags |= IEEE80211_PREQ_TO_FLAG; in hwmp_preq_frame_process()
636 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
991 u8 ttl, target_flags = 0; in mesh_path_start_discovery() local
1050 target_flags |= IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery()
[all …]
/linux-4.4.14/fs/
Dnamei.c4323 unsigned int lookup_flags = 0, target_flags = LOOKUP_RENAME_TARGET; in SYSCALL_DEFINE5() local
4338 target_flags = 0; in SYSCALL_DEFINE5()
4383 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in SYSCALL_DEFINE5()