Home
last modified time | relevance | path

Searched refs:th_sport (Results 1 – 23 of 23) sorted by relevance

/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c140 offsetof(struct tcphdr, th_sport))); in flow_pkt_classify()
144 offsetof(struct tcphdr, th_sport))); in flow_pkt_classify()
148 offsetof(struct tcphdr, th_sport))); in flow_pkt_classify()
152 offsetof(struct tcphdr, th_sport))); in flow_pkt_classify()
156 offsetof(struct tcphdr, th_sport))); in flow_pkt_classify()
341 if (__probable(IS_P2ALIGNED(&tcph->th_sport, 4))) { in flow_pkt_classify()
343 sk_copy32_16(__DECONST(uint32_t *, &tcph->th_sport), in flow_pkt_classify()
351 bcopy(__DECONST(void *, &tcph->th_sport), in flow_pkt_classify()
H A Dflow_track.c810 th->th_sport = in_pkt->pkt_flow_tcp_dst; in flow_track_abort_tcp()
825 th->th_sport = rst_pkt->pkt_flow_tcp_src; in flow_track_abort_tcp()
831 th->th_sport = fe->fe_key.fk_sport; in flow_track_abort_tcp()
H A Dflow_agg.c132 .th_sport = 0xffff,
183 .th_sport = 0xffff,
/xnu-8792.61.2/tests/
H A Dicmp_fragmented_payload.c158 (uint16_t)(pcb->inner_tcp_hdr == NULL ? -1 : pcb->inner_tcp_hdr->th_sport), in icmp4_pcb_print()
159 (uint16_t)(pcb->inner_tcp_hdr == NULL ? -1 : ntohs(pcb->inner_tcp_hdr->th_sport)), in icmp4_pcb_print()
240 pcb->inner_tcp_hdr->th_sport = htons(tcp_in->th_sport); in icmp4_pcb_set_payload()
346 .th_sport = 1234,
/xnu-8792.61.2/bsd/netinet/
H A Dtcpip.h91 #define ti_sport ti_t.th_sport
H A Dtcp_log.c718 local_port = th->th_sport; in tcp_log_drop_pcb()
723 foreign_port = th->th_sport; in tcp_log_drop_pcb()
828 local_port = th->th_sport; in tcp_log_th_flags()
832 foreign_port = th->th_sport; in tcp_log_th_flags()
892 foreign_port = th->th_sport; in tcp_log_drop_pkt()
H A Dtcp.h94 unsigned short th_sport; /* source port */ member
H A Dtcp_input.c1968 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport), in tcp_input()
2025 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport), in tcp_input()
2141 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport, ip6_input_getsrcifscope(m), in tcp_input()
2145 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport, in tcp_input()
2183 ntohs(th->th_sport)); in tcp_input()
2190 ntohs(th->th_sport), thflags); in tcp_input()
2202 ntohs(th->th_sport))); in tcp_input()
2257 inp->inp_fport != th->th_sport || in tcp_input()
2261 ntohs(inp->inp_fport), ntohs(th->th_sport), in tcp_input()
2274 inp->inp_fport != th->th_sport || in tcp_input()
[all …]
H A Dtcp_subr.c700 tcp_hdr->th_sport = inp->inp_lport; in tcp_fillheaders()
851 nth->th_sport = th->th_sport; in tcp_respond()
854 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond()
2483 ip->ip_src, th->th_sport, 0, NULL); in tcp_ctlinput()
2499 th->th_sport, th->th_dport, IPPROTO_TCP, in tcp_ctlinput()
2546 uint16_t th_sport; in tcp6_ctlinput() member
2646 &ip6->ip6_src, t_ports.th_sport, ip6_input_getsrcifscope(m), 0, NULL); in tcp6_ctlinput()
2662 t_ports.th_sport, t_ports.th_dport, IPPROTO_TCP, in tcp6_ctlinput()
H A Dip_compat.h535 __u16 th_sport;
/xnu-8792.61.2/bsd/dev/dtrace/scripts/
H A Dtcp.d131 tcp_sport = ntohs(T->th_sport);
/xnu-8792.61.2/bsd/net/
H A Dpf.c2736 th->th_sport = sport; in pf_send_tcp()
4114 sport = pd->hdr.tcp->th_sport; in pf_socket_lookup()
4471 MD5Update(&ctx, (char *)&pd->hdr.tcp->th_sport, sizeof(u_short)); in pf_tcp_iss()
4933 sxport.port = th->th_sport; in pf_test_rule()
5019 &th->th_sport, pd->ip_sum, &th->th_sum, in pf_test_rule()
5022 sxport.port = th->th_sport; in pf_test_rule()
5250 th->th_sport)) { in pf_test_rule()
5373 &th->th_sport, pd->ip_sum, in pf_test_rule()
5376 sxport.port = th->th_sport; in pf_test_rule()
5540 pd->src, th->th_dport, th->th_sport, in pf_test_rule()
[all …]
H A Dif_ports_used.c1379 npi.npi_foreign_port = th.th_sport; in if_ports_used_match_mbuf()
1518 npi.npi_foreign_port = th.th_sport; in if_ports_used_match_mbuf()
1784 npi.npi_foreign_port = tcp->th_sport; in if_ports_used_match_pkt()
H A Dpf_osfp.c222 srcname, ntohs(tcp->th_sport), in pf_osfp_fingerprint_hdr()
H A Dpktap.c978 fport = th.th_sport; in pktap_fill_proc_info()
1043 fport = th.th_sport; in pktap_fill_proc_info()
H A Dpacket_mangler.c876 if (p_pkt_mnglr->rport && (p_pkt_mnglr->rport != tcp.th_sport)) { in pktmnglr_ipfilter_input()
H A Dpf_norm.c2610 sxport.port = th->th_sport; in pf_normalize_tcp()
H A Dbpf.c3336 sport = EXTRACT_SHORT(&tcphdr.th_sport); in get_tcp_trunc_len()
H A Dnecp.c9750 ((struct sockaddr_in *)&local_addr)->sin_port = th.th_sport; in necp_ip_output_find_policy_match()
9918 ((struct sockaddr_in6 *)&local_addr)->sin6_port = th.th_sport; in necp_ip6_output_find_policy_match()
/xnu-8792.61.2/bsd/netinet6/
H A Desp_output.c914 ntohs(th.th_sport), ntohs(th.th_dport), in esp_output()
H A Desp_input.c198 ntohs(th.th_sport), ntohs(th.th_dport), in esp_input_log()
H A Dipsec.c1253 th.th_sport; in ipsec4_get_ulp()
1359 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport; in ipsec6_get_ulp()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c433 bcopy(__DECONST(void *, &tcph->th_sport), &td->inet_lport, in fill_inet_td()