Searched refs:dst_port (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/netinet/
H A Din_rss.h51 struct in_addr dst, u_short src_port, u_short dst_port,
H A Dip_fw.h682 uint16_t dst_port; member in struct:ipfw_flow_id
/freebsd-11-stable/sys/netinet6/
H A Din6_rss.h53 u_short dst_port, int proto, uint32_t *hashval,
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c296 u_short dst_port; member in struct:alias_link
426 u_short src_port, u_short dst_port, int link_type)
434 n += dst_port;
630 lnk->dst_port, port_net,
729 u_short dst_port,
788 alias_addr, dst_port, htons(port_sys + j),
928 struct in_addr alias_addr, u_short src_port, u_short dst_port,
944 lnk->dst_port = dst_port;
985 if (dst_port
425 StartPointOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type) argument
725 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
927 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1063 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1092 _FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1141 FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1172 _FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1287 FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1492 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1532 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
2268 LibAliasRedirectPort(struct libalias *la, struct in_addr src_addr, u_short src_port, struct in_addr dst_addr, u_short dst_port, struct in_addr alias_addr, u_short alias_port, u_char proto) argument
[all...]
H A Dalias_local.h262 struct in_addr alias_addr, u_short src_port, u_short dst_port,
373 struct in_addr dst_addr, u_short dst_port, u_char ip_p);
H A Dalias_proxy.c466 struct in_addr dst_addr, u_short dst_port, u_char ip_p)
477 if ((dst_port == proxy_port || proxy_port == 0)
489 *proxy_server_port = dst_port;
464 ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr, u_short * proxy_server_port, struct in_addr src_addr, struct in_addr dst_addr, u_short dst_port, u_char ip_p) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c583 sctp->src_port = htons(id->dst_port);
696 th->th_dport = htons(id->dst_port);
698 th->th_sport = htons(id->dst_port);
1095 dst_ip, dst_port, src_ip, src_port,
1149 &id->dst_ip6, htons(id->dst_port),
1153 &id->dst_ip6, htons(id->dst_port),
1166 dst_ip, htons(id->dst_port),
1170 dst_ip, htons(id->dst_port),
1392 * src_port, dst_port port numbers, in HOST format. Only
1399 uint16_t src_port, dst_port; /* NOT local
[all...]
H A Dip_fw_dynamic.c775 i ^= (id->dst_port) ^ (id->src_port);
799 if (id->src_port <= id->dst_port)
815 if (id->src_port <= id->dst_port)
832 t6.port[1] = id->dst_port;
836 t6.port[0] = id->dst_port;
858 t4.port[1] = id->dst_port;
862 t4.port[0] = id->dst_port;
912 id->dst_port, V_dyn_count, postfix);
1057 if (s->sport == pkt->src_port && s->dport == pkt->dst_port &&
1062 if (s->sport == pkt->dst_port
[all...]
H A Dip_dummynet.c173 id->dst_port &= mask->dst_port;
194 dst->dst_port |= src->dst_port;
218 if (m->dst_port || m->src_port || m->proto || m->extra)
253 (id->dst_port << 1) ^ (id->src_port) ^
260 (id->dst_port << 1) ^ (id->src_port) ^ (id->proto);
277 id1->dst_port == id2->dst_port &&
286 id1->dst_port
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_vale.c891 uint16_t dst_port, d_i; local
909 dst_port = b->bdg_ops.lookup(start_ft, &dst_ring, na, b->private_data);
911 nm_prlim(5, "slot %d port %d -> %d", i, me, dst_port);
912 if (dst_port >= NM_BDG_NOPORT)
914 else if (dst_port == NM_BDG_BROADCAST)
916 else if (unlikely(dst_port == me ||
917 !b->bdg_ports[dst_port]))
921 d_i = dst_port * NM_BDG_MAXRINGS + dst_ring;
928 if (dst_port != NM_BDG_BROADCAST)
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c99 __be16 dst_port; member in struct:mlx4_en_filter
136 .dst_port = filter->dst_port,
202 __be16 src_port, __be16 dst_port)
208 ((__force unsigned long)dst_port << 2);
219 __be16 dst_port, u32 flow_id)
235 filter->dst_port = dst_port;
244 dst_port));
265 u8 ip_proto, __be16 src_port, __be16 dst_port)
201 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, __be16 src_port, __be16 dst_port) argument
217 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port, u32 flow_id) argument
264 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port) argument
299 __be16 dst_port; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h130 uint32_t dst_port : 5; /**< Port number of destination port on which the packet needs to egress. */ member in struct:__anon8562::__anon8565::__anon8566
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c401 id->dst_ip, id->dst_port);
410 printf("%s/0x%04x\n", buf, id->dst_port);
450 inet_ntoa(ina), id->dst_port);
462 id->dst_port);
1450 * per-flow queue, mask is dst_ip, dst_port,
1474 mask->dst_port = ~0;
1514 p16 = &mask->dst_port;
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.h435 UDP_PORT_t dst_port; /* destination udp port */ member in struct:__anon162
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c1670 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1706 * Program the relevant mask registers. If src/dst_port or src/dst_addr
1733 if (input_mask->formatted.dst_port ||
1900 fdirport = IXGBE_NTOHS(input->formatted.dst_port);
2024 if (input->formatted.dst_port || input->formatted.src_port) {
2031 if (input->formatted.dst_port || input->formatted.src_port) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c882 rule_hw->tcp_udp.dst_port = spec->tcp_udp.dst_port;
950 if (cur->tcp_udp.dst_port)
953 be16_to_cpu(cur->tcp_udp.dst_port));
/freebsd-11-stable/sys/dev/ixl/
H A Dvirtchnl.h602 __be16 dst_port; member in struct:virtchnl_l4_spec
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y4970 struct node_host *dst_host, struct node_port *dst_port,
4977 expand_label_port("$dstport", label, len, dst_port);
5272 LOOP_THROUGH(struct node_port, dst_port, dst_ports,
5314 src_host, src_port, dst_host, dst_port, proto->proto);
5316 src_host, src_port, dst_host, dst_port, proto->proto);
5318 r->af, src_host, src_port, dst_host, dst_port,
5333 r->dst.port[0] = dst_port->port[0];
5334 r->dst.port[1] = dst_port->port[1];
5335 r->dst.port_op = dst_port->op;
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c337 port = f_id->dst_port;
1340 memcpy(&hbuf[32], &f_id->dst_port, 2);
1493 kst.u.s.fport = f_id->dst_port;
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1207 __be16 dst_port; member in struct:mlx4_spec_tcp_udp
1308 __be16 dst_port; member in struct:mlx4_net_trans_rule_hw_tcp_udp
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c2486 u16 etype, src_port, dst_port; local
2489 src_port = dst_port = 0;
2527 dst_port = th->th_dport;
2532 dst_port = uh->uh_dport;
2539 counter = (ntohs(src_port) + ntohs(dst_port)) &
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h909 __u16 dst_port; member in struct:ibv_kern_tcp_udp_filter
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h879 __be16 dst_port; member in struct:ib_uverbs_flow_tcp_udp_filter
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1835 ntohs(ib_spec->tcp_udp.mask.dst_port));
1837 ntohs(ib_spec->tcp_udp.val.dst_port));
1855 ntohs(ib_spec->tcp_udp.mask.dst_port));
1857 ntohs(ib_spec->tcp_udp.val.dst_port));
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.h400 uint16_t dst_port; member in struct:_q80_config_lro_flow

Completed in 466 milliseconds

12