Home
last modified time | relevance | path

Searched defs:parms (Results 1 – 25 of 143) sorted by relevance

123456

/kernel/linux/linux-6.6/fs/vboxsf/
Dvboxsf_wrappers.c53 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 …]
/kernel/linux/linux-5.10/fs/vboxsf/
Dvboxsf_wrappers.c53 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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c27 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 …]
/kernel/linux/linux-6.6/include/net/tc_act/
Dtc_pedit.h25 struct tcf_pedit_parms __rcu *parms; member
42 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
Dtc_connmark.h15 struct tcf_connmark_parms __rcu *parms; member
Dtc_nat.h18 struct tcf_nat_parms __rcu *parms; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c27 static bool mlxsw_sp_ipip_parms4_has_ikey(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_has_ikey()
32 static bool mlxsw_sp_ipip_parms4_has_okey(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_has_okey()
37 static u32 mlxsw_sp_ipip_parms4_ikey(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_ikey()
43 static u32 mlxsw_sp_ipip_parms4_okey(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_okey()
50 mlxsw_sp_ipip_parms4_saddr(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_saddr()
56 mlxsw_sp_ipip_parms6_saddr(struct __ip6_tnl_parm parms) in mlxsw_sp_ipip_parms6_saddr()
62 mlxsw_sp_ipip_parms4_daddr(struct ip_tunnel_parm parms) in mlxsw_sp_ipip_parms4_daddr()
68 mlxsw_sp_ipip_parms6_daddr(struct __ip6_tnl_parm parms) in mlxsw_sp_ipip_parms6_daddr()
152 struct ip_tunnel_parm parms; in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp() local
252 struct ip_tunnel_parm parms = mlxsw_sp_ipip_netdev_parms4(ol_dev); in mlxsw_sp_ipip_ol_loopback_config_gre4() local
Dspectrum_matchall.c31 struct mlxsw_sp_span_trigger_parms parms; in mlxsw_sp_mall_port_mirror_add() local
73 struct mlxsw_sp_span_trigger_parms parms; in mlxsw_sp_mall_port_mirror_del() local
/kernel/linux/linux-5.10/net/openvswitch/
Dvport-gre.c39 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()
Dvport-geneve.c51 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()
Dvport-vxlan.c71 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()
Dvport.c121 const struct vport_parms *parms) in ovs_vport_alloc()
170 static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms) in ovs_vport_lookup()
189 struct vport *ovs_vport_add(const struct vport_parms *parms) in ovs_vport_add()
/kernel/linux/linux-6.6/net/openvswitch/
Dvport-gre.c39 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()
Dvport-geneve.c51 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()
Dvport-vxlan.c71 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()
Dvport.c123 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()
/kernel/linux/linux-6.6/net/sched/
Dact_connmark.c39 struct tcf_connmark_parms *parms; in tcf_connmark_act() local
200 struct tcf_connmark_parms *parms; in tcf_connmark_dump() local
228 struct tcf_connmark_parms *parms; in tcf_connmark_cleanup() local
Dact_nat.c119 struct tcf_nat_parms *parms; in tcf_nat_act() local
277 struct tcf_nat_parms *parms; in tcf_nat_dump() local
310 struct tcf_nat_parms *parms; in tcf_nat_cleanup() local
Dact_pedit.c147 struct tcf_pedit_parms *parms = in tcf_pedit_cleanup_rcu() local
313 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
/kernel/linux/linux-6.6/net/ipv4/
Dip_tunnel.c175 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()
1097 struct ip_tunnel_parm parms; in ip_tunnel_init_net() local
Dip_vti.c170 struct ip_tunnel_parm *parms = &tunnel->parms; in vti_xmit() local
532 struct ip_tunnel_parm *parms, in vti_netlink_parms()
567 struct ip_tunnel_parm parms; in vti_newlink() local
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c175 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()
1075 struct ip_tunnel_parm parms; in ip_tunnel_init_net() local
Dip_vti.c170 struct ip_tunnel_parm *parms = &tunnel->parms; in vti_xmit() local
531 struct ip_tunnel_parm *parms, in vti_netlink_parms()
566 struct ip_tunnel_parm parms; in vti_newlink() local
/kernel/linux/linux-5.10/net/lapb/
Dlapb_iface.c196 int lapb_getparms(struct net_device *dev, struct lapb_parms_struct *parms) in lapb_getparms()
229 int lapb_setparms(struct net_device *dev, struct lapb_parms_struct *parms) in lapb_setparms()
/kernel/linux/linux-6.6/net/lapb/
Dlapb_iface.c210 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()

123456