Searched refs:target_ip (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/tests/ |
| H A D | test_fprobe.c | 21 static unsigned long target_ip; variable 41 if (ip != target_ip) in fp_entry_handler() 61 if (ip != target_ip) { in fp_exit_handler() 200 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in entry_only_handler() 214 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in fprobe_entry_multi_handler() 230 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in fprobe_exit_multi_handler() 304 target_ip = get_ftrace_location(target); in fprobe_test_init()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 1200 struct xfs_inode *target_ip = du_tgt->ip; in xfs_dir_rename_children() local 1211 if (target_ip == NULL) { in xfs_dir_rename_children() 1226 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_dir_rename_children() 1227 (!xfs_dir_isempty(target_ip) || in xfs_dir_rename_children() 1228 (VFS_I(target_ip)->i_nlink > 2))) in xfs_dir_rename_children() 1261 if (target_ip == NULL) { in xfs_dir_rename_children() 1300 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1308 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1344 if (src_is_directory && (new_parent || target_ip != NULL)) { in xfs_dir_rename_children() 1391 target_name, target_ip); in xfs_dir_rename_children() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | net.c | 86 const __be32 *target_ip; in iwl_mei_rx_filter_arp() local 105 target_ip = (const void *)((const u8 *)(arp + 1) + in iwl_mei_rx_filter_arp() 114 (filt->ipv4_addr == 0 || filt->ipv4_addr == *target_ip)) { in iwl_mei_rx_filter_arp()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_reroute.c | 75 static int overflow_fq(int snd_target, const char *target_ip) in overflow_fq() argument 114 err = inet_pton(AF_INET, target_ip, &addr.sin_addr); in overflow_fq()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | wl12xx_80211.h | 129 __be32 target_ip; member
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.h | 571 struct xfs_inode *target_ip, unsigned int flags);
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 38 __be32 target_ip; member
|