Searched refs:ip (Results 101 - 125 of 1998) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c171 struct iphdr ip = {}; local
176 ip.protocol = l4proto;
177 ip.version = 0x4;
178 ip.ihl = 0x5;
180 ip.daddr = data->dst_ip;
181 ip.saddr = data->src_ip;
209 memcpy(tmp, &ip, sizeof(ip));
210 tmp += sizeof(ip);
1760 /* Rx csum enabled and ip header
3125 } ip; local
3291 } ip; local
[all...]
H A Di40e.h314 } ip; member in struct:i40e_cloud_filter
315 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32
316 #define src_ipv6 ip.v6.src_ip6.s6_addr32
317 #define dst_ipv4 ip.v4.dst_ip.s_addr
318 #define src_ipv4 ip.v4.src_ip.s_addr
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5728 const struct iphdr *ip = (struct iphdr *)((u8 *)skb->data + 14); local
5731 if (ip->protocol != IPPROTO_UDP)
5734 udp = (struct udphdr *)((u8 *)ip + (ip->ihl << 2));
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c39 #include <linux/ip.h>
40 #include <net/ip.h>
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h105 #define DISPLAY_VER(i915) (DISPLAY_RUNTIME_INFO(i915)->ip.ver)
106 #define DISPLAY_VER_FULL(i915) IP_VER(DISPLAY_RUNTIME_INFO(i915)->ip.ver, \
107 DISPLAY_RUNTIME_INFO(i915)->ip.rel)
116 } ip; member in struct:intel_display_runtime_info
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c157 void __user *ip)
164 if (copy_from_user(&gcnf, ip, sizeof(gcnf)))
201 void __user *ip = (void __user *)arg; local
225 if (copy_to_user(ip, &ghd, sizeof(ghd)))
237 if (copy_from_user(&ghd, ip, sizeof(ghd)))
252 return linehandle_set_config(lh, ip);
294 static int linehandle_create(struct gpio_device *gdev, void __user *ip) argument
302 if (copy_from_user(&handlereq, ip, sizeof(handlereq)))
389 if (copy_to_user(ip, &handlereq, sizeof(handlereq))) {
1367 static long linereq_get_values(struct linereq *lr, void __user *ip) argument
156 linehandle_set_config(struct linehandle_state *lh, void __user *ip) argument
1439 linereq_set_values(struct linereq *lr, void __user *ip) argument
1497 linereq_set_config(struct linereq *lr, void __user *ip) argument
1553 void __user *ip = (void __user *)arg; local
1714 linereq_create(struct gpio_device *gdev, void __user *ip) argument
2027 void __user *ip = (void __user *)arg; local
2138 lineevent_create(struct gpio_device *gdev, void __user *ip) argument
2425 chipinfo_get(struct gpio_chardev_data *cdev, void __user *ip) argument
2455 lineinfo_get_v1(struct gpio_chardev_data *cdev, void __user *ip, bool watch) argument
2491 lineinfo_get(struct gpio_chardev_data *cdev, void __user *ip, bool watch) argument
2527 lineinfo_unwatch(struct gpio_chardev_data *cdev, void __user *ip) argument
2550 void __user *ip = (void __user *)arg; local
[all...]
/linux-master/arch/x86/kernel/
H A Dcallthunks.c317 int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) argument
330 apply_relocation(insn_buff, tmpl_size, ip,
H A Dnmi.c339 if (regs->ip == __this_cpu_read(last_nmi_rip))
344 __this_cpu_write(last_nmi_rip, regs->ip);
/linux-master/arch/x86/include/asm/
H A Dalternative.h120 extern int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip);
131 void *func, void *ip)
130 x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) argument
/linux-master/fs/bcachefs/
H A Dbtree_update.c29 unsigned long ip);
350 unsigned long ip)
378 ret = bch2_trans_update_by_path(trans, path_idx, i->k, flags, ip);
387 unsigned long ip)
406 .ip_allocated = ip,
462 return flush_new_cached_update(trans, i, flags, ip);
347 flush_new_cached_update(struct btree_trans *trans, struct btree_insert_entry *i, enum btree_update_flags flags, unsigned long ip) argument
385 bch2_trans_update_by_path(struct btree_trans *trans, btree_path_idx_t path_idx, struct bkey_i *k, enum btree_update_flags flags, unsigned long ip) argument
H A Dbtree_iter.c1234 btree_path_idx_t path, bool intent, unsigned long ip)
1245 bool intent, unsigned long ip)
1252 path_idx = bch2_btree_path_make_mut(trans, path_idx, intent, ip);
1608 unsigned flags, unsigned long ip)
1637 path_idx = bch2_btree_path_set_pos(trans, path_pos, pos, intent, ip);
1655 path->ip_allocated = ip;
1233 __bch2_btree_path_make_mut(struct btree_trans *trans, btree_path_idx_t path, bool intent, unsigned long ip) argument
1243 __bch2_btree_path_set_pos(struct btree_trans *trans, btree_path_idx_t path_idx, struct bpos new_pos, bool intent, unsigned long ip) argument
1605 bch2_path_get(struct btree_trans *trans, enum btree_id btree_id, struct bpos pos, unsigned locks_want, unsigned level, unsigned flags, unsigned long ip) argument
/linux-master/arch/x86/events/amd/
H A Dlbr.c43 u64 ip:58; member in struct:branch_entry::__anon1::__anon2
52 u64 ip:58; member in struct:branch_entry::__anon3::__anon4
90 static __always_inline u64 sign_ext_branch_ip(u64 ip) argument
94 return (u64)(((s64)ip << shift) >> shift);
185 br[out].from = sign_ext_branch_ip(entry.from.split.ip);
186 br[out].to = sign_ext_branch_ip(entry.to.split.ip);
/linux-master/fs/xfs/
H A Dxfs_trans.h251 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
254 int xfs_trans_reserve_more_inode(struct xfs_trans *tp, struct xfs_inode *ip,
260 int xfs_trans_alloc_ichange(struct xfs_inode *ip, struct xfs_dquot *udqp,
264 struct xfs_inode *ip, unsigned int *dblocks,
H A Dxfs_icache.c76 struct xfs_inode *ip; local
82 ip = alloc_inode_sb(mp->m_super, xfs_inode_cache, GFP_KERNEL | __GFP_NOFAIL);
84 if (inode_init_always(mp->m_super, VFS_I(ip))) {
85 kmem_cache_free(xfs_inode_cache, ip);
90 VFS_I(ip)->i_mode = 0;
91 VFS_I(ip)->i_state = 0;
92 mapping_set_large_folios(VFS_I(ip)->i_mapping);
95 ASSERT(atomic_read(&ip->i_pincount) == 0);
96 ASSERT(ip->i_ino == 0);
99 ip
127 struct xfs_inode *ip = XFS_I(inode); local
154 __xfs_inode_free( struct xfs_inode *ip) argument
166 xfs_inode_free( struct xfs_inode *ip) argument
344 trace_xfs_iget_recycle(ip); variable
375 trace_xfs_iget_recycle_fail(ip); variable
409 xfs_iget_check_free_state( struct xfs_inode *ip, int flags) argument
613 struct xfs_inode *ip; local
751 struct xfs_inode *ip; local
831 xfs_reclaim_igrab( struct xfs_inode *ip, struct xfs_icwalk *icw) argument
870 xfs_reclaim_inode( struct xfs_inode *ip, struct xfs_perag *pag) argument
1036 xfs_icwalk_match_id( struct xfs_inode *ip, struct xfs_icwalk *icw) argument
1060 xfs_icwalk_match_id_union( struct xfs_inode *ip, struct xfs_icwalk *icw) argument
1085 xfs_icwalk_match( struct xfs_inode *ip, struct xfs_icwalk *icw) argument
1127 xfs_inode_free_eofblocks( struct xfs_inode *ip, struct xfs_icwalk *icw, unsigned int *lockflags) argument
1170 xfs_blockgc_set_iflag( struct xfs_inode *ip, unsigned long iflag) argument
1200 xfs_inode_set_eofblocks_tag( xfs_inode_t *ip) argument
1208 xfs_blockgc_clear_iflag( struct xfs_inode *ip, unsigned long iflag) argument
1237 xfs_inode_clear_eofblocks_tag( xfs_inode_t *ip) argument
1250 xfs_prep_free_cowblocks( struct xfs_inode *ip) argument
1289 xfs_inode_free_cowblocks( struct xfs_inode *ip, struct xfs_icwalk *icw, unsigned int *lockflags) argument
1337 xfs_inode_set_cowblocks_tag( xfs_inode_t *ip) argument
1345 xfs_inode_clear_cowblocks_tag( xfs_inode_t *ip) argument
1396 xfs_blockgc_igrab( struct xfs_inode *ip) argument
1430 xfs_blockgc_scan_inode( struct xfs_inode *ip, struct xfs_icwalk *icw) argument
1572 xfs_blockgc_free_quota( struct xfs_inode *ip, unsigned int iwalk_flags) argument
1598 xfs_icwalk_igrab( enum xfs_icwalk_goal goal, struct xfs_inode *ip, struct xfs_icwalk *icw) argument
1618 xfs_icwalk_process_inode( enum xfs_icwalk_goal goal, struct xfs_inode *ip, struct xfs_perag *pag, struct xfs_icwalk *icw) argument
1683 struct xfs_inode *ip = batch[i]; local
1777 xfs_check_delalloc( struct xfs_inode *ip, int whichfork) argument
1803 xfs_inodegc_set_reclaimable( struct xfs_inode *ip) argument
1836 xfs_inodegc_inactivate( struct xfs_inode *ip) argument
1855 struct xfs_inode *ip, *n; local
1974 xfs_inodegc_want_queue_rt_file( struct xfs_inode *ip) argument
2001 xfs_inodegc_want_queue_work( struct xfs_inode *ip, unsigned int items) argument
2048 xfs_inodegc_want_flush_work( struct xfs_inode *ip, unsigned int items, unsigned int shrinker_hits) argument
2071 xfs_inodegc_queue( struct xfs_inode *ip) argument
2136 xfs_inode_mark_reclaimable( struct xfs_inode *ip) argument
[all...]
H A Dxfs_aops.c49 struct xfs_inode *ip,
53 struct xfs_mount *mp = ip->i_mount;
62 xfs_ilock(ip, XFS_ILOCK_EXCL);
63 isize = xfs_new_eof(ip, offset + size);
65 xfs_iunlock(ip, XFS_ILOCK_EXCL);
70 trace_xfs_setfilesize(ip, offset, size);
72 ip->i_disk_size = isize;
73 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
74 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
86 struct xfs_inode *ip local
48 xfs_setfilesize( struct xfs_inode *ip, xfs_off_t offset, size_t size) argument
158 struct xfs_inode *ip = local
183 struct xfs_inode *ip = XFS_I(ioend->io_inode); local
199 xfs_imap_valid( struct iomap_writepage_ctx *wpc, struct xfs_inode *ip, loff_t offset) argument
245 xfs_convert_blocks( struct iomap_writepage_ctx *wpc, struct xfs_inode *ip, int whichfork, loff_t offset) argument
282 struct xfs_inode *ip = XFS_I(inode); local
470 struct xfs_inode *ip = XFS_I(folio->mapping->host); local
515 struct xfs_inode *ip = XFS_I(mapping->host); local
527 struct xfs_inode *ip = XFS_I(mapping->host); local
[all...]
/linux-master/fs/xfs/scrub/
H A Dcommon.c84 sc->ip ? sc->ip : XFS_I(file_inode(sc->file)),
147 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error);
487 if (sc->ip)
878 ASSERT(sc->ip != NULL);
891 struct xfs_inode *ip)
893 if (VFS_I(ip)->i_generation != sc->sm->sm_gen) {
894 xchk_irele(sc, ip);
898 sc->ip = ip;
889 xchk_install_handle_inode( struct xfs_scrub *sc, struct xfs_inode *ip) argument
908 xchk_install_live_inode( struct xfs_scrub *sc, struct xfs_inode *ip) argument
937 struct xfs_inode *ip = NULL; local
1043 xchk_irele( struct xfs_scrub *sc, struct xfs_inode *ip) argument
1341 struct xfs_inode *ip; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c447 const struct _vcs_dpi_ip_params_st *in_ip_params = &in->dml.ip;
1071 dml_dispcfg->plane.GPUVMEnable = dml2->v20.dml_core_ctx.ip.gpuvm_enable;
1072 dml_dispcfg->plane.GPUVMMaxPageTableLevels = dml2->v20.dml_core_ctx.ip.gpuvm_max_page_table_levels;
1073 dml_dispcfg->plane.HostVMEnable = dml2->v20.dml_core_ctx.ip.hostvm_enable;
1074 dml_dispcfg->plane.HostVMMaxPageTableLevels = dml2->v20.dml_core_ctx.ip.hostvm_max_page_table_levels;
1075 if (dml2->v20.dml_core_ctx.ip.hostvm_enable)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c528 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 384;/*per guide*/
542 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 192;
548 context->bw_ctx.dml.ip.det_buffer_size_kbytes =
551 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 192;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c563 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 384;/*per guide*/
577 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 192;
583 context->bw_ctx.dml.ip.det_buffer_size_kbytes =
586 context->bw_ctx.dml.ip.det_buffer_size_kbytes = 192;
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh212 ip netns exec $ns sysctl -qw net.ipv4.ip_forward=1
213 ip netns exec $ns sysctl -qw net.ipv4.fib_multipath_use_neigh=1
214 ip netns exec $ns sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
215 ip netns exec $ns sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1
216 ip netns exec $ns sysctl -qw net.ipv6.conf.all.forwarding=1
217 ip netns exec $ns sysctl -qw net.ipv6.conf.default.forwarding=1
218 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
219 ip netns exec $ns sysctl -qw net.ipv6.conf.all.accept_dad=0
220 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
222 ip
[all...]
/linux-master/net/ipv4/
H A Dip_fragment.c13 * Alan Cox : Split from ip.c , see ip_input.c for history.
33 #include <linux/ip.h>
42 #include <net/ip.h>
H A Dinet_fragment.c24 #include <net/ip.h>
/linux-master/kernel/bpf/
H A Dhelpers.c2512 static bool bpf_stack_walker(void *cookie, u64 ip, u64 sp, u64 bp) argument
2517 if (!is_bpf_text_address(ip))
2519 prog = bpf_prog_ksym_find(ip);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c12 #include <linux/ip.h>
H A Dd3.c8 #include <linux/ip.h>

Completed in 469 milliseconds

1234567891011>>