Home
last modified time | relevance | path

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

123

/linux/fs/vboxsf/
H A 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 …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c28 mlxsw_sp_ipip_parms4_has_ikey(const struct ip_tunnel_parm_kern *parms) in mlxsw_sp_ipip_parms4_has_ikey()
33 static bool mlxsw_sp_ipip_parms6_has_ikey(const struct __ip6_tnl_parm *parms) in mlxsw_sp_ipip_parms6_has_ikey()
39 mlxsw_sp_ipip_parms4_has_okey(const struct ip_tunnel_parm_kern *parms) in mlxsw_sp_ipip_parms4_has_okey()
44 static bool mlxsw_sp_ipip_parms6_has_okey(const struct __ip6_tnl_parm *parms) in mlxsw_sp_ipip_parms6_has_okey()
49 static u32 mlxsw_sp_ipip_parms4_ikey(const struct ip_tunnel_parm_kern *parms) in mlxsw_sp_ipip_parms4_ikey()
55 static u32 mlxsw_sp_ipip_parms6_ikey(const struct __ip6_tnl_parm *parms) in mlxsw_sp_ipip_parms6_ikey()
61 static u32 mlxsw_sp_ipip_parms4_okey(const struct ip_tunnel_parm_kern *parms) in mlxsw_sp_ipip_parms4_okey()
67 static u32 mlxsw_sp_ipip_parms6_okey(const struct __ip6_tnl_parm *parms) in mlxsw_sp_ipip_parms6_okey()
74 mlxsw_sp_ipip_parms4_saddr(const struct ip_tunnel_parm_kern *parms) in mlxsw_sp_ipip_parms4_saddr()
80 mlxsw_sp_ipip_parms6_saddr(const struct __ip6_tnl_parm *parms) in mlxsw_sp_ipip_parms6_saddr()
[all …]
H A Dspectrum_matchall.c32 struct mlxsw_sp_span_trigger_parms parms; in mlxsw_sp_mall_port_mirror_add() local
81 struct mlxsw_sp_span_trigger_parms parms; in mlxsw_sp_mall_port_mirror_del() local
H A Dspectrum_span.c51 struct mlxsw_sp_span_trigger_parms parms; member
416 struct ip_tunnel_parm_kern parms; in mlxsw_sp_span_gretap4_route() local
1069 const struct mlxsw_sp_span_agent_parms *parms) in mlxsw_sp_span_agent_get()
1502 const struct mlxsw_sp_span_trigger_parms in mlxsw_sp_span_trigger_entry_create()
1562 const struct mlxsw_sp_span_trigger_parms *parms) in mlxsw_sp_span_agent_bind()
1598 const struct mlxsw_sp_span_trigger_parms *parms) in mlxsw_sp_span_agent_unbind()
H A Dspectrum_ipip.h44 struct mlxsw_sp_ipip_parms parms; member
/linux/include/net/tc_act/
H A Dtc_pedit.h26 struct tcf_pedit_parms __rcu *parms; member
43 struct tcf_pedit_parms *parms; in tcf_pedit_nkeys() local
57 struct tcf_pedit_parms *parms; in tcf_pedit_htype() local
70 struct tcf_pedit_parms *parms; in tcf_pedit_cmd() local
84 struct tcf_pedit_parms *parms; in tcf_pedit_mask() local
97 struct tcf_pedit_parms *parms; in tcf_pedit_val() local
110 struct tcf_pedit_parms *parms; in tcf_pedit_offset() local
H A Dtc_connmark.h16 struct tcf_connmark_parms __rcu *parms; member
H A Dtc_nat.h19 struct tcf_nat_parms __rcu *parms; member
/linux/net/sched/
H A Dact_connmark.c39 struct tcf_connmark_parms *parms; in tcf_connmark_act() local
197 const struct tcf_connmark_parms *parms; in tcf_connmark_dump() local
230 struct tcf_connmark_parms *parms; in tcf_connmark_cleanup() local
H A Dact_nat.c120 struct tcf_nat_parms *parms; in tcf_nat_act() local
272 const struct tcf_nat_parms *parms; in tcf_nat_dump() local
309 struct tcf_nat_parms *parms; in tcf_nat_cleanup() local
H A 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 const struct tcf_pedit_parms *parms; in tcf_pedit_dump() local
/linux/net/openvswitch/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dvport-netdev.c132 static struct vport *netdev_create(const struct vport_parms *parms) in netdev_create()
H A Dvport-internal_dev.c123 static struct vport *internal_dev_create(const struct vport_parms *parms) in internal_dev_create()
/linux/net/ipv4/
H A Dip_tunnel.c173 struct ip_tunnel_parm_kern *parms) in ip_bucket()
209 struct ip_tunnel_parm_kern *parms, in ip_tunnel_find()
235 struct ip_tunnel_parm_kern *parms) in __ip_tunnel_create()
331 struct ip_tunnel_parm_kern *parms) in ip_tunnel_create()
1140 struct ip_tunnel_parm_kern parms; in ip_tunnel_init_net() local
H A Dip_vti.c173 struct ip_tunnel_parm_kern *parms = &tunnel->parms; in vti_xmit() local
546 struct ip_tunnel_parm_kern *parms, in vti_netlink_parms()
582 struct ip_tunnel_parm_kern parms; in vti_newlink() local
/linux/net/lapb/
H A 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()
/linux/include/net/
H A Dneighbour.h142 struct neigh_parms *parms; member
224 struct neigh_parms parms; member
374 struct net *neigh_parms_net(const struct neigh_parms *parms) in neigh_parms_net()
432 static inline void __neigh_parms_put(struct neigh_parms *parms) in __neigh_parms_put()
437 static inline struct neigh_parms *neigh_parms_clone(struct neigh_parms *parms) in neigh_parms_clone()
/linux/certs/
H A Dextract-cert.c100 } parms; in load_cert_pkcs11() local
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.h46 struct loongson_gfxpll_parms parms; member
/linux/mm/
H A Ddmapool_test.c62 static int dmapool_test_block(const struct dmapool_parms *parms) in dmapool_test_block()
/linux/lib/
H A Dkobject_uevent.c282 struct netlink_skb_parms *parms; in alloc_uevent_skb() local
358 struct netlink_skb_parms *parms = &NETLINK_CB(skb); in uevent_net_broadcast_tagged() local

123