| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_fw_funcs.h | 320 u16 dest_port); 356 u16 dest_port);
|
| H A D | ecore_dev_api.h | 589 u16 source_port_or_eth_type, u16 dest_port); 604 u16 dest_port);
|
| H A D | ecore_init_fw_funcs.c | 1485 struct ecore_ptt *p_ptt, u16 dest_port) in ecore_set_vxlan_dest_port() argument 1488 ecore_wr(p_hwfn, p_ptt, PRS_REG_VXLAN_PORT, dest_port); in ecore_set_vxlan_dest_port() 1491 ecore_wr(p_hwfn, p_ptt, NIG_REG_VXLAN_CTRL, dest_port); in ecore_set_vxlan_dest_port() 1494 ecore_wr(p_hwfn, p_ptt, PBF_REG_VXLAN_PORT, dest_port); in ecore_set_vxlan_dest_port() 1573 struct ecore_ptt *p_ptt, u16 dest_port) in ecore_set_geneve_dest_port() argument 1576 ecore_wr(p_hwfn, p_ptt, PRS_REG_NGE_PORT, dest_port); in ecore_set_geneve_dest_port() 1579 ecore_wr(p_hwfn, p_ptt, NIG_REG_NGE_PORT, dest_port); in ecore_set_geneve_dest_port() 1582 ecore_wr(p_hwfn, p_ptt, PBF_REG_NGE_PORT, dest_port); in ecore_set_geneve_dest_port()
|
| H A D | ecore_dev.c | 373 u16 dest_port; member 1158 source_port_or_eth_type, dest_port); in ecore_llh_protocol_filter_stringify() 1162 source_port_or_eth_type, dest_port); in ecore_llh_protocol_filter_stringify() 1176 u16 source_port_or_eth_type, u16 dest_port, in ecore_llh_protocol_filter_to_hilo() argument 1192 *p_low = dest_port; in ecore_llh_protocol_filter_to_hilo() 1228 dest_port, str, sizeof(str)); in ecore_llh_add_protocol_filter() 1235 filter.protocol.dest_port = dest_port; in ecore_llh_add_protocol_filter() 1250 dest_port, &high, &low); in ecore_llh_add_protocol_filter() 1332 u16 dest_port) in ecore_llh_remove_protocol_filter() argument 1350 dest_port, str, sizeof(str)); in ecore_llh_remove_protocol_filter() [all …]
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.c | 984 sctp_hdr->dest_port = sm->sctp_hdr->dest_port; in TxAbortErrorM() 988 sctp_hdr->src_port = sm->sctp_hdr->dest_port; in TxAbortErrorM() 989 sctp_hdr->dest_port = sm->sctp_hdr->src_port; in TxAbortErrorM() 1006 ntohs(sctp_hdr->dest_port), in TxAbortErrorM() 1074 if (sctp_hdr->src_port == 0 || sctp_hdr->dest_port == 0) in sctp_PktParser() 1093 …*passoc = FindSctpGlobalT(la, pip->ip_src, sctp_hdr->v_tag, sctp_hdr->dest_port, sctp_hdr->src_po… in sctp_PktParser() 1095 …*passoc = FindSctpLocalT(la, pip->ip_dst, sctp_hdr->v_tag, sctp_hdr->dest_port, sctp_hdr->src_port… in sctp_PktParser() 1099 …pGlobal(la, pip->ip_src, sctp_hdr->v_tag, sctp_hdr->src_port, sctp_hdr->dest_port, &partial_match); in sctp_PktParser() 1101 …SctpLocal(la, pip->ip_src, pip->ip_dst, sctp_hdr->v_tag, sctp_hdr->src_port, sctp_hdr->dest_port); in sctp_PktParser() 1771 assoc->g_port = sm->sctp_hdr->dest_port; in ID_process() [all …]
|
| H A D | alias.c | 828 u_short dest_port; in UdpAliasOut() local 853 dest_port = ud->uh_dport; in UdpAliasOut() 894 SetProxyPort(lnk, dest_port); in UdpAliasOut() 1061 u_short dest_port; in TcpAliasOut() local 1088 dest_port = tc->th_dport; in TcpAliasOut() 1128 SetProxyPort(lnk, dest_port); in TcpAliasOut()
|
| H A D | alias_db.c | 2836 sm->sctp_hdr->dest_port,sm->sctp_hdr->dest_port, LINK_SCTP, 1); in FindSctpRedirectAddress()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.h | 63 uint16_t dest_port; member
|
| H A D | tcp_lro.c | 637 le->dest_port = th->th_dport; in tcp_set_le_to_m() 892 le->source_port, &le->dest_ip6,le->dest_port, in tcp_lro_flush() 900 le->source_port, le->le_ip4->ip_dst, le->dest_port, in tcp_lro_flush() 1287 le->dest_port != th->th_dport) in tcp_lro_rx2() 1367 le->dest_port = th->th_dport; in tcp_lro_rx2()
|
| H A D | sctp.h | 50 uint16_t dest_port; /* destination port */ member
|
| H A D | sctp_input.c | 2341 (cookie->myport != sh->dest_port) || in sctp_handle_cookie_echo() 5386 if (sh->dest_port == 0) { in sctp_common_input_processing() 5762 dst.sin_port = sh->dest_port; in sctp_input_with_port() 5839 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port); in sctp_input()
|
| H A D | sctp_output.c | 3968 uint16_t dest_port, in sctp_lowlevel_chunk_output() argument 4167 sctphdr->dest_port = dest_port; in sctp_lowlevel_chunk_output() 4491 sctphdr->dest_port = dest_port; in sctp_lowlevel_chunk_output() 5590 stc.myport = sh->dest_port; in sctp_send_initiate_ack() 11148 shout->src_port = sh->dest_port; in sctp_send_resp_msg() 11149 shout->dest_port = sh->src_port; in sctp_send_resp_msg()
|
| H A D | sctp_pcb.c | 2229 inp_p, netp, sh->src_port, sh->dest_port, 0, vrf_id, 0); in sctp_findassociation_addr() 2366 netp, sh->src_port, sh->dest_port, 1, vrf_id, 0); in sctp_findassociation_ep_asconf()
|
| H A D | sctputil.c | 7189 dst.sin_port = sh->dest_port; in sctp_recv_icmp_tunneled_packet() 7317 dst.sin6_port = sh.dest_port; in sctp_recv_icmp6_tunneled_packet()
|
| H A D | sctp_usrreq.c | 280 dst.sin_port = sh->dest_port; in sctp_ctlinput()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp.h | 50 uint16_t dest_port; /* destination port */ member
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 565 struct dsw_port *dest_port = &(dsw->ports[dest_port_id]); in dsw_port_transmit_buffered() local 578 rte_event_ring_enqueue_burst(dest_port->in_ring, in dsw_port_transmit_buffered() 1022 struct dsw_port *dest_port = &dsw->ports[dest_port_id]; in dsw_port_move_emigrating_flows() local 1027 dsw_port_forward_emigrated_flow(source_port, dest_port->in_ring, in dsw_port_move_emigrating_flows()
|
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 128 dst.sin6_port = sh->dest_port; in sctp6_input_with_port() 315 dst.sin6_port = sh.dest_port; in sctp6_ctlinput()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 600 sctp->dest_port = htons(id->src_port); in ipfw_send_abort() 1557 dst_port = SCTP(ulp)->dest_port; in ipfw_chk() 1744 dst_port = SCTP(ulp)->dest_port; in ipfw_chk()
|