| /Linux-v5.4/drivers/net/ | 
| D | tun.c | 84 #define tun_debug(level, tun, fmt, args...)			\  argument95 #define tun_debug(level, tun, fmt, args...)			\  argument
 163 	struct tun_struct __rcu *tun;  member
 189 	struct tun_struct *tun;  member
 310 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile,  in tun_napi_init()
 340 static inline bool tun_legacy_is_little_endian(struct tun_struct *tun)  in tun_legacy_is_little_endian()
 346 static long tun_get_vnet_be(struct tun_struct *tun, int __user *argp)  in tun_get_vnet_be()
 356 static long tun_set_vnet_be(struct tun_struct *tun, int __user *argp)  in tun_set_vnet_be()
 371 static inline bool tun_legacy_is_little_endian(struct tun_struct *tun)  in tun_legacy_is_little_endian()
 376 static long tun_get_vnet_be(struct tun_struct *tun, int __user *argp)  in tun_get_vnet_be()
 [all …]
 
 | 
| /Linux-v5.4/net/qrtr/ | 
| D | tun.c | 21 	struct qrtr_tun *tun = container_of(ep, struct qrtr_tun, ep);  in qrtr_tun_send()  local33 	struct qrtr_tun *tun;  in qrtr_tun_open()  local
 52 	struct qrtr_tun *tun = filp->private_data;  in qrtr_tun_read_iter()  local
 78 	struct qrtr_tun *tun = filp->private_data;  in qrtr_tun_write_iter()  local
 100 	struct qrtr_tun *tun = filp->private_data;  in qrtr_tun_poll()  local
 113 	struct qrtr_tun *tun = filp->private_data;  in qrtr_tun_release()  local
 
 | 
| /Linux-v5.4/drivers/media/tuners/ | 
| D | tuner-simple.c | 115 	struct tunertype *tun;  member239 	struct tunertype *tun = priv->tun;  in simple_tuner_params()  local
 667 	struct tunertype *tun;  in simple_set_radio_freq()  local
 850 	struct tunertype *tun = priv->tun;  in simple_dvb_configure()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_ipip.c | 12 	struct ip_tunnel *tun = netdev_priv(ol_dev);  in mlxsw_sp_ipip_netdev_parms4()  local20 	struct ip6_tnl *tun = netdev_priv(ol_dev);  in mlxsw_sp_ipip_netdev_parms6()  local
 
 | 
| D | spectrum_span.c | 297 	struct ip_tunnel *tun = netdev_priv(to_dev);  in mlxsw_sp_span_gretap4_route()  local
 | 
| D | spectrum_router.c | 984 	struct ip_tunnel *tun = netdev_priv(ol_dev);  in __mlxsw_sp_ipip_netdev_ul_dev_get()  local
 | 
| /Linux-v5.4/include/net/tc_act/ | 
| D | tc_tunnel_key.h | 67 	struct ip_tunnel_info *tun = tcf_tunnel_info(a);  in tcf_tunnel_info_copy()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/ | 
| D | main.h | 185 	struct nfp_fl_tunnel_offloads tun;  member
 | 
| D | action.c | 284 	const struct ip_tunnel_info *tun = act->tunnel;  in nfp_fl_get_tun_from_act()  local
 | 
| D | offload.c | 768 	struct nfp_fl_set_ipv4_tun *tun;  in nfp_fl_push_vlan_after_tun()  local
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ | 
| D | mlx4_ib.h | 273 	struct mlx4_rcv_tunnel_hdr tun;  member479 	struct mlx4_ib_demux_pv_ctx **tun;  member
 
 | 
| /Linux-v5.4/net/openvswitch/ | 
| D | actions.c | 1035 		struct ovs_tunnel_info *tun = nla_data(a);  in execute_set_action()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_sriov.c | 2248 static void qed_pf_validate_tunn_mode(struct qed_tunn_update_type *tun, int *rc)  in qed_pf_validate_tunn_mode()2262 	struct qed_tunnel_info *tun = &p_hwfn->cdev->tunnel;  in qed_pf_validate_modify_tunn_config()  local
 
 | 
| D | qed_main.c | 249 	struct qed_tunnel_info *tun = &cdev->tunnel;  in qed_fill_dev_info()  local
 | 
| D | qed_l2.c | 2639 		struct qed_tunnel_info *tun;  in qed_tunn_configure()  local
 | 
| /Linux-v5.4/drivers/net/hyperv/ | 
| D | hyperv_net.h | 1329 	u8	tun;  member
 |