Home
last modified time | relevance | path

Searched refs:tp_src (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/net/
H A Dip_tunnels.h56 __be16 tp_src; member
185 __be16 tp_src, __be16 tp_dst, in ip_tunnel_key_init() argument
202 key->tp_src = tp_src; in ip_tunnel_key_init()
H A Ddst_metadata.h248 info->key.tp_src = 0; in __ipv6_tun_set_dst()
/openbmc/linux/net/psample/
H A Dpsample.c266 if (tun_key->tp_src && in __psample_ip_tun_to_nlattr()
267 nla_put_be16(skb, PSAMPLE_TUNNEL_KEY_ATTR_TP_SRC, tun_key->tp_src)) in __psample_ip_tun_to_nlattr()
344 if (tun_key->tp_src) in psample_tunnel_meta_len()
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_core.c199 info->key.tp_src = udp_hdr(skb)->source; in udp_tun_rx_dst()
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c472 info.key.tp_src = nla_get_be16(tb[NFTA_TUNNEL_KEY_SPORT]); in nft_tunnel_obj_init()
649 if (nla_put_be16(skb, NFTA_TUNNEL_KEY_SPORT, info->key.tp_src) < 0 || in nft_tunnel_ports_dump()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c1129 u32 tp_src = training_pattern_2; in tegra_dp_channel_eq() local
1132 tp_src = training_pattern_3; in tegra_dp_channel_eq()
1134 tegra_dp_tpg(dp, tp_src, n_lanes, cfg); in tegra_dp_channel_eq()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c495 flow->tun_key.tp_src = match.key->src; in bnxt_tc_parse_flow()
496 flow->tun_mask.tp_src = match.mask->src; in bnxt_tc_parse_flow()
1318 decap_key->tp_src = 0; in bnxt_tc_get_decap_handle()
/openbmc/linux/drivers/net/
H A Dbareudp.c510 info->key.tp_src = udp_flow_src_port(bareudp->net, skb, in bareudp_fill_metadata_dst()
H A Dgeneve.c1191 info->key.tp_src = sport; in geneve_fill_metadata_dst()
1372 info->key.ttl || info->key.label || info->key.tp_src || in is_tnl_info_zero()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c738 SW_FLOW_KEY_PUT(match, tun_key.tp_src, in ip_tun_from_nlattr()
828 match->key->tun_key.tp_src || in ip_tun_from_nlattr()
919 if (output->tp_src && in __ip_tun_to_nlattr()
920 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_SRC, output->tp_src)) in __ip_tun_to_nlattr()
/openbmc/linux/net/core/
H A Dflow_dissector.c442 tp->src = key->tp_src; in skb_flow_dissect_tunnel_info()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c3151 info->key.tp_src = sport; in vxlan_fill_metadata_dst()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5543 tun_dst->u.tun_info.key.tp_src = key.enc_tp.src; in mlx5e_tc_restore_tunnel()