Home
last modified time | relevance | path

Searched refs:iptos (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c263 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 Drack.c391 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 Dbbr.c8644 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 Dtcp_input.c532 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 Dtoecore.c349 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 Dtcp_var.h954 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);
H A Dtcp_syncache.c1447 void *todctx, uint8_t iptos) in syncache_add() argument
/f-stack/tools/
H A DREADME.md221 iplen LIST | ipoptions SPEC | ipprecedence | ipsec | iptos SPEC |
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h954 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);