| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 263 uint8_t iptos, no_vn=0, bpf_req=0; in ctf_process_inbound_raw() local 337 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in ctf_process_inbound_raw() 355 iptos = ip->ip_tos; in ctf_process_inbound_raw() 379 ip->ip_tos = iptos; in ctf_process_inbound_raw() 425 iptos, nxt_pkt, &tv); in ctf_process_inbound_raw()
|
| H A D | rack.c | 391 uint8_t iptos); 477 int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos); 8812 uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos) in rack_do_fastnewdata() argument 9165 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in rack_do_syn_sent() argument 9369 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in rack_do_syn_recv() argument 9600 tiwin, nxt_pkt, iptos)) { in rack_do_established() 10929 switch (iptos & IPTOS_ECN_MASK) { in rack_do_segment_nounlock() 10943 cc_ecnpkt_handler(tp, th, iptos); in rack_do_segment_nounlock() 11043 tlen, iptos); in rack_do_segment_nounlock() 11093 tlen, tiwin, thflags, nxt_pkt, iptos); in rack_do_segment_nounlock() [all …]
|
| H A D | bbr.c | 8644 uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos) in bbr_fastack() argument 8839 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_syn_sent() argument 9049 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_syn_recv() argument 9260 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_established() argument 9294 tiwin, nxt_pkt, iptos)) { in bbr_do_established() 9395 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_close_wait() argument 9515 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_fin_wait_1() argument 9642 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_closing() argument 11560 tlen, iptos); in bbr_do_segment_nounlock() 11646 tlen, tiwin, thflags, nxt_pkt, iptos); in bbr_do_segment_nounlock() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 532 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler() argument 537 switch (iptos & IPTOS_ECN_MASK) { in cc_ecnpkt_handler() 632 uint8_t iptos; in tcp_input() local 695 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in tcp_input() 722 iptos = ip->ip_tos; in tcp_input() 746 ip->ip_tos = iptos; in tcp_input() 1148 iptos); in tcp_input() 1344 if (syncache_add(&inc, &to, th, inp, &so, m, NULL, NULL, iptos)) in tcp_input() 1500 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() argument 1586 switch (iptos & IPTOS_ECN_MASK) { in tcp_do_segment() [all …]
|
| H A D | toecore.c | 349 struct inpcb *inp, void *tod, void *todctx, uint8_t iptos) in toe_syncache_add() argument 355 syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx, iptos); in toe_syncache_add()
|
| H A D | tcp_var.h | 954 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);
|
| H A D | tcp_syncache.c | 1447 void *todctx, uint8_t iptos) in syncache_add() argument
|
| /f-stack/tools/ |
| H A D | README.md | 221 iplen LIST | ipoptions SPEC | ipprecedence | ipsec | iptos SPEC |
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 954 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);
|