tun_src 2259 drivers/net/ethernet/qlogic/qed/qed_sriov.c struct qed_tunnel_info *tun_src) tun_src 2270 drivers/net/ethernet/qlogic/qed/qed_sriov.c qed_pf_validate_tunn_mode(&tun_src->vxlan, &rc); tun_src 2271 drivers/net/ethernet/qlogic/qed/qed_sriov.c qed_pf_validate_tunn_mode(&tun_src->l2_geneve, &rc); tun_src 2272 drivers/net/ethernet/qlogic/qed/qed_sriov.c qed_pf_validate_tunn_mode(&tun_src->ip_geneve, &rc); tun_src 2273 drivers/net/ethernet/qlogic/qed/qed_sriov.c qed_pf_validate_tunn_mode(&tun_src->l2_gre, &rc); tun_src 2274 drivers/net/ethernet/qlogic/qed/qed_sriov.c qed_pf_validate_tunn_mode(&tun_src->ip_gre, &rc); tun_src 2276 drivers/net/ethernet/qlogic/qed/qed_sriov.c if ((tun_src->b_update_rx_cls || tun_src->b_update_tx_cls) && tun_src 2277 drivers/net/ethernet/qlogic/qed/qed_sriov.c (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || tun_src 2278 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->l2_geneve.tun_cls != QED_TUNN_CLSS_MAC_VLAN || tun_src 2279 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->ip_geneve.tun_cls != QED_TUNN_CLSS_MAC_VLAN || tun_src 2280 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->l2_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN || tun_src 2281 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->ip_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN)) { tun_src 2282 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->b_update_rx_cls = false; tun_src 2283 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->b_update_tx_cls = false; tun_src 2287 drivers/net/ethernet/qlogic/qed/qed_sriov.c if (tun_src->vxlan_port.b_update_port) { tun_src 2288 drivers/net/ethernet/qlogic/qed/qed_sriov.c if (tun_src->vxlan_port.port == tun->vxlan_port.port) { tun_src 2289 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->vxlan_port.b_update_port = false; tun_src 2292 drivers/net/ethernet/qlogic/qed/qed_sriov.c bultn_vxlan_port = tun_src->vxlan_port.port; tun_src 2296 drivers/net/ethernet/qlogic/qed/qed_sriov.c if (tun_src->geneve_port.b_update_port) { tun_src 2297 drivers/net/ethernet/qlogic/qed/qed_sriov.c if (tun_src->geneve_port.port == tun->geneve_port.port) { tun_src 2298 drivers/net/ethernet/qlogic/qed/qed_sriov.c tun_src->geneve_port.b_update_port = false; tun_src 2301 drivers/net/ethernet/qlogic/qed/qed_sriov.c bultn_geneve_port = tun_src->geneve_port.port; tun_src 38 include/net/seg6.h struct in6_addr __rcu *tun_src; tun_src 183 net/ipv6/seg6.c t_old = sdata->tun_src; tun_src 184 net/ipv6/seg6.c rcu_assign_pointer(sdata->tun_src, t_new); tun_src 197 net/ipv6/seg6.c struct in6_addr *tun_src; tun_src 211 net/ipv6/seg6.c tun_src = rcu_dereference(seg6_pernet(net)->tun_src); tun_src 213 net/ipv6/seg6.c if (nla_put(msg, SEG6_ATTR_DST, sizeof(struct in6_addr), tun_src)) tun_src 361 net/ipv6/seg6.c sdata->tun_src = kzalloc(sizeof(*sdata->tun_src), GFP_KERNEL); tun_src 362 net/ipv6/seg6.c if (!sdata->tun_src) { tun_src 384 net/ipv6/seg6.c kfree(sdata->tun_src); tun_src 73 net/ipv6/seg6_iptunnel.c struct in6_addr *tun_src; tun_src 77 net/ipv6/seg6_iptunnel.c tun_src = rcu_dereference(sdata->tun_src); tun_src 79 net/ipv6/seg6_iptunnel.c if (!ipv6_addr_any(tun_src)) { tun_src 80 net/ipv6/seg6_iptunnel.c memcpy(saddr, tun_src, sizeof(struct in6_addr));