Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/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-10002.1.13/bsd/netinet/
H A Dtcpip.h91 #define ti_sport ti_t.th_sport
H A Dtcp_log.c772 local_port = th->th_sport; in tcp_log_drop_pcb()
777 foreign_port = th->th_sport; in tcp_log_drop_pcb()
882 local_port = th->th_sport; in tcp_log_th_flags()
886 foreign_port = th->th_sport; in tcp_log_th_flags()
946 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.c2052 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport), in tcp_input()
2109 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport), in tcp_input()
2225 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport, ip6_input_getsrcifscope(m), in tcp_input()
2229 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport, in tcp_input()
2267 ntohs(th->th_sport)); in tcp_input()
2274 ntohs(th->th_sport), thflags); in tcp_input()
2286 ntohs(th->th_sport))); in tcp_input()
2341 inp->inp_fport != th->th_sport || in tcp_input()
2345 ntohs(inp->inp_fport), ntohs(th->th_sport), in tcp_input()
2358 inp->inp_fport != th->th_sport || in tcp_input()
[all …]
H A Dtcp_subr.c687 tcp_hdr->th_sport = inp->inp_lport; in tcp_fillheaders()
838 nth->th_sport = th->th_sport; in tcp_respond()
841 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond()
2480 ip->ip_src, th->th_sport, 0, NULL); in tcp_ctlinput()
2496 th->th_sport, th->th_dport, IPPROTO_TCP, in tcp_ctlinput()
2543 uint16_t th_sport; in tcp6_ctlinput() member
2643 &ip6->ip6_src, t_ports.th_sport, ip6_input_getsrcifscope(m), 0, NULL); in tcp6_ctlinput()
2659 t_ports.th_sport, t_ports.th_dport, IPPROTO_TCP, in tcp6_ctlinput()
H A Dip_compat.h535 __u16 th_sport;
/xnu-10002.1.13/bsd/dev/dtrace/scripts/
H A Dtcp.d131 tcp_sport = ntohs(T->th_sport);
/xnu-10002.1.13/bsd/net/
H A Dpf.c2793 th->th_sport = sport; in pf_send_tcp()
4171 sport = pd->hdr.tcp->th_sport; in pf_socket_lookup()
4527 MD5Update(&ctx, (char *)&pd->hdr.tcp->th_sport, sizeof(u_short)); in pf_tcp_iss()
4989 sxport.port = th->th_sport; in pf_test_rule()
5075 &th->th_sport, pd->ip_sum, &th->th_sum, in pf_test_rule()
5078 sxport.port = th->th_sport; in pf_test_rule()
5306 th->th_sport)) { in pf_test_rule()
5429 &th->th_sport, pd->ip_sum, in pf_test_rule()
5432 sxport.port = th->th_sport; in pf_test_rule()
5596 pd->src, th->th_dport, th->th_sport, in pf_test_rule()
[all …]
H A Dif_ports_used.c1436 npi.npi_foreign_port = th.th_sport; in if_ports_used_match_mbuf()
1575 npi.npi_foreign_port = th.th_sport; in if_ports_used_match_mbuf()
1842 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.c976 fport = th.th_sport; in pktap_fill_proc_info()
1041 fport = th.th_sport; in pktap_fill_proc_info()
H A Dpacket_mangler.c875 if (p_pkt_mnglr->rport && (p_pkt_mnglr->rport != tcp.th_sport)) { in pktmnglr_ipfilter_input()
H A Dpf_norm.c2609 sxport.port = th->th_sport; in pf_normalize_tcp()
H A Dbpf.c3426 sport = EXTRACT_SHORT(&tcphdr.th_sport); in get_tcp_trunc_len()
H A Dnecp.c10026 ((struct sockaddr_in *)&local_addr)->sin_port = th.th_sport; in necp_ip_output_find_policy_match()
10195 ((struct sockaddr_in6 *)&local_addr)->sin6_port = th.th_sport; in necp_ip6_output_find_policy_match()
/xnu-10002.1.13/bsd/netinet6/
H A Desp_output.c918 ntohs(th.th_sport), ntohs(th.th_dport), in esp_output()
H A Desp_input.c202 ntohs(th.th_sport), ntohs(th.th_dport), in esp_input_log()
H A Dipsec.c1255 th.th_sport; in ipsec4_get_ulp()
1361 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport; in ipsec6_get_ulp()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c463 bcopy(__DECONST(void *, &tcph->th_sport), &td->inet_lport, in fill_inet_td()