| /Linux-v6.6/fs/vboxsf/ | 
| D | vboxsf_wrappers.c | 53 static int vboxsf_call(u32 function, void *parms, u32 parm_count, int *status)  in vboxsf_call()77 	struct shfl_map_folder parms;  in vboxsf_map_folder()  local
 104 	struct shfl_unmap_folder parms;  in vboxsf_unmap_folder()  local
 133 	struct shfl_create parms;  in vboxsf_create()  local
 151 	struct shfl_close parms;  in vboxsf_close()  local
 164 	struct shfl_remove parms;  in vboxsf_remove()  local
 182 	struct shfl_rename parms;  in vboxsf_rename()  local
 203 	struct shfl_read parms;  in vboxsf_read()  local
 227 	struct shfl_write parms;  in vboxsf_write()  local
 254 	struct shfl_list parms;  in vboxsf_dirinfo()  local
 [all …]
 
 | 
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_ipip.c | 27 static bool mlxsw_sp_ipip_parms4_has_ikey(const struct ip_tunnel_parm *parms)  in mlxsw_sp_ipip_parms4_has_ikey()32 static bool mlxsw_sp_ipip_parms6_has_ikey(const struct __ip6_tnl_parm *parms)  in mlxsw_sp_ipip_parms6_has_ikey()
 37 static bool mlxsw_sp_ipip_parms4_has_okey(const struct ip_tunnel_parm *parms)  in mlxsw_sp_ipip_parms4_has_okey()
 42 static bool mlxsw_sp_ipip_parms6_has_okey(const struct __ip6_tnl_parm *parms)  in mlxsw_sp_ipip_parms6_has_okey()
 47 static u32 mlxsw_sp_ipip_parms4_ikey(const struct ip_tunnel_parm *parms)  in mlxsw_sp_ipip_parms4_ikey()
 53 static u32 mlxsw_sp_ipip_parms6_ikey(const struct __ip6_tnl_parm *parms)  in mlxsw_sp_ipip_parms6_ikey()
 59 static u32 mlxsw_sp_ipip_parms4_okey(const struct ip_tunnel_parm *parms)  in mlxsw_sp_ipip_parms4_okey()
 65 static u32 mlxsw_sp_ipip_parms6_okey(const struct __ip6_tnl_parm *parms)  in mlxsw_sp_ipip_parms6_okey()
 72 mlxsw_sp_ipip_parms4_saddr(const struct ip_tunnel_parm *parms)  in mlxsw_sp_ipip_parms4_saddr()
 78 mlxsw_sp_ipip_parms6_saddr(const struct __ip6_tnl_parm *parms)  in mlxsw_sp_ipip_parms6_saddr()
 [all …]
 
 | 
| D | spectrum_matchall.c | 32 	struct mlxsw_sp_span_trigger_parms parms;  in mlxsw_sp_mall_port_mirror_add()  local81 	struct mlxsw_sp_span_trigger_parms parms;  in mlxsw_sp_mall_port_mirror_del()  local
 
 | 
| D | spectrum_span.c | 51 	struct mlxsw_sp_span_trigger_parms parms;  member417 	struct ip_tunnel_parm parms;  in mlxsw_sp_span_gretap4_route()  local
 1068 			    const struct mlxsw_sp_span_agent_parms *parms)  in mlxsw_sp_span_agent_get()
 1501 				   const struct mlxsw_sp_span_trigger_parms  in mlxsw_sp_span_trigger_entry_create()
 1561 			     const struct mlxsw_sp_span_trigger_parms *parms)  in mlxsw_sp_span_agent_bind()
 1597 				const struct mlxsw_sp_span_trigger_parms *parms)  in mlxsw_sp_span_agent_unbind()
 
 | 
| /Linux-v6.6/include/net/tc_act/ | 
| D | tc_pedit.h | 25 	struct tcf_pedit_parms __rcu *parms;  member42 	struct tcf_pedit_parms *parms;  in tcf_pedit_nkeys()  local
 56 	struct tcf_pedit_parms *parms;  in tcf_pedit_htype()  local
 69 	struct tcf_pedit_parms *parms;  in tcf_pedit_cmd()  local
 83 	struct tcf_pedit_parms *parms;  in tcf_pedit_mask()  local
 96 	struct tcf_pedit_parms *parms;  in tcf_pedit_val()  local
 109 	struct tcf_pedit_parms *parms;  in tcf_pedit_offset()  local
 
 | 
| D | tc_connmark.h | 15 	struct tcf_connmark_parms __rcu *parms;  member
 | 
| D | tc_nat.h | 18 	struct tcf_nat_parms __rcu *parms;  member
 | 
| /Linux-v6.6/net/openvswitch/ | 
| D | vport-gre.c | 39 static struct vport *gre_tnl_create(const struct vport_parms *parms)  in gre_tnl_create()70 static struct vport *gre_create(const struct vport_parms *parms)  in gre_create()
 
 | 
| D | vport-geneve.c | 51 static struct vport *geneve_tnl_create(const struct vport_parms *parms)  in geneve_tnl_create()106 static struct vport *geneve_create(const struct vport_parms *parms)  in geneve_create()
 
 | 
| D | vport-vxlan.c | 71 static struct vport *vxlan_tnl_create(const struct vport_parms *parms)  in vxlan_tnl_create()135 static struct vport *vxlan_create(const struct vport_parms *parms)  in vxlan_create()
 
 | 
| D | vport.c | 123 			      const struct vport_parms *parms)  in ovs_vport_alloc()186 static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms)  in ovs_vport_lookup()
 205 struct vport *ovs_vport_add(const struct vport_parms *parms)  in ovs_vport_add()
 
 | 
| D | vport-netdev.c | 125 static struct vport *netdev_create(const struct vport_parms *parms)  in netdev_create()
 | 
| D | vport-internal_dev.c | 123 static struct vport *internal_dev_create(const struct vport_parms *parms)  in internal_dev_create()
 | 
| /Linux-v6.6/net/sched/ | 
| D | act_connmark.c | 39 	struct tcf_connmark_parms *parms;  in tcf_connmark_act()  local200 	struct tcf_connmark_parms *parms;  in tcf_connmark_dump()  local
 228 	struct tcf_connmark_parms *parms;  in tcf_connmark_cleanup()  local
 
 | 
| D | act_nat.c | 119 	struct tcf_nat_parms *parms;  in tcf_nat_act()  local277 	struct tcf_nat_parms *parms;  in tcf_nat_dump()  local
 310 	struct tcf_nat_parms *parms;  in tcf_nat_cleanup()  local
 
 | 
| D | act_pedit.c | 147 	struct tcf_pedit_parms *parms =  in tcf_pedit_cleanup_rcu()  local313 	struct tcf_pedit_parms *parms;  in tcf_pedit_cleanup()  local
 394 	struct tcf_pedit_parms *parms;  in tcf_pedit_act()  local
 504 	struct tcf_pedit_parms *parms;  in tcf_pedit_dump()  local
 
 | 
| /Linux-v6.6/net/ipv4/ | 
| D | ip_tunnel.c | 175 				    struct ip_tunnel_parm *parms)  in ip_bucket()210 					struct ip_tunnel_parm *parms,  in ip_tunnel_find()
 234 					     struct ip_tunnel_parm *parms)  in __ip_tunnel_create()
 330 					  struct ip_tunnel_parm *parms)  in ip_tunnel_create()
 1070 	struct ip_tunnel_parm parms;  in ip_tunnel_init_net()  local
 
 | 
| D | ip_vti.c | 170 	struct ip_tunnel_parm *parms = &tunnel->parms;  in vti_xmit()  local532 			      struct ip_tunnel_parm *parms,  in vti_netlink_parms()
 567 	struct ip_tunnel_parm parms;  in vti_newlink()  local
 
 | 
| /Linux-v6.6/net/lapb/ | 
| D | lapb_iface.c | 210 int lapb_getparms(struct net_device *dev, struct lapb_parms_struct *parms)  in lapb_getparms()246 int lapb_setparms(struct net_device *dev, struct lapb_parms_struct *parms)  in lapb_setparms()
 
 | 
| /Linux-v6.6/arch/powerpc/mm/book3s64/ | 
| D | hash_pgtable.c | 432 static int notrace chmem_secondary_loop(struct change_memory_parms *parms)  in chmem_secondary_loop()480 	struct change_memory_parms *parms = data;  in change_memory_range_fn()  local
 
 | 
| /Linux-v6.6/include/net/ | 
| D | neighbour.h | 140 	struct neigh_parms	*parms;  member217 	struct neigh_parms	parms;  member
 369 struct net *neigh_parms_net(const struct neigh_parms *parms)  in neigh_parms_net()
 427 static inline void __neigh_parms_put(struct neigh_parms *parms)  in __neigh_parms_put()
 432 static inline struct neigh_parms *neigh_parms_clone(struct neigh_parms *parms)  in neigh_parms_clone()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/loongson/ | 
| D | lsdc_gfxpll.h | 46 	struct loongson_gfxpll_parms parms;  member
 | 
| /Linux-v6.6/mm/ | 
| D | dmapool_test.c | 62 static int dmapool_test_block(const struct dmapool_parms *parms)  in dmapool_test_block()
 | 
| /Linux-v6.6/certs/ | 
| D | extract-cert.c | 129 		} parms;  in main()  local
 | 
| /Linux-v6.6/lib/ | 
| D | kobject_uevent.c | 283 	struct netlink_skb_parms *parms;  in alloc_uevent_skb()  local357 		struct netlink_skb_parms *parms = &NETLINK_CB(skb);  in uevent_net_broadcast_tagged()  local
 
 |