Searched refs:udp_ip4_spec (Results 1 – 8 of 8) sorted by relevance
123 udph->source = fsp->h_u.udp_ip4_spec.psrc; in idpf_fsteer_fill_udp()124 udph->dest = fsp->h_u.udp_ip4_spec.pdst; in idpf_fsteer_fill_udp()125 udpm->source = fsp->m_u.udp_ip4_spec.psrc; in idpf_fsteer_fill_udp()126 udpm->dest = fsp->m_u.udp_ip4_spec.pdst; in idpf_fsteer_fill_udp()
1353 struct ethtool_tcpip4_spec udp_ip4_spec; member1599 struct ethtool_tcpip4_spec udp_ip4_spec; member
1520 udp_ip4_spec.ip4dst); in add_tcp_udp_rule()1524 spec_l3->ipv4.src_ip = cmd->fs.h_u.udp_ip4_spec.ip4src; in add_tcp_udp_rule()1525 spec_l3->ipv4.dst_ip = cmd->fs.h_u.udp_ip4_spec.ip4dst; in add_tcp_udp_rule()1526 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc; in add_tcp_udp_rule()1527 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule()
536 err = dpaa2_eth_prep_l4_rule(&fs->h_u.udp_ip4_spec, &fs->m_u.udp_ip4_spec, in dpaa2_eth_prep_cls_rule()
248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()249 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
1129 gfar_set_basic_ip(&rule->h_u.udp_ip4_spec, in gfar_convert_to_filer()1130 &rule->m_u.udp_ip4_spec, tab); in gfar_convert_to_filer()
485 bcmasp_netfilt_tcpip4_wr(priv, nfilt, &fs->h_u.udp_ip4_spec, in bcmasp_netfilt_wr_to_hw()486 &fs->m_u.udp_ip4_spec, offset); in bcmasp_netfilt_wr_to_hw()
579 l4ip4_h = &fs->h_u.udp_ip4_spec; in enetc_set_cls_entry()580 l4ip4_m = &fs->m_u.udp_ip4_spec; in enetc_set_cls_entry()