| /f-stack/freebsd/net/ |
| H A D | if_gif.c | 293 uint8_t proto, ecn; in gif_transmit() local 326 ecn = 0; in gif_transmit() 339 ECN_NOCARE, &ecn, &ip->ip_tos); in gif_transmit() 355 ecn = (ntohl(t) >> 20) & 0xff; in gif_transmit() 380 error = in_gif_output(ifp, m, proto, ecn); in gif_transmit() 385 error = in6_gif_output(ifp, m, proto, ecn); in gif_transmit() 423 gif_input(struct mbuf *m, struct ifnet *ifp, int proto, uint8_t ecn) in gif_input() argument 456 ECN_NOCARE, &ecn, &ip->ip_tos) == 0) { in gif_input() 469 t = htonl((uint32_t)ecn << 20); in gif_input()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_gif.c | 271 in_gif_output(struct ifnet *ifp, struct mbuf *m, int proto, uint8_t ecn) in in_gif_output() argument 304 ip->ip_tos = ecn; in in_gif_output() 315 uint8_t ecn; in in_gif_input() local 326 ecn = ip->ip_tos; in in_gif_input() 328 gif_input(m, gifp, proto, ecn); in in_gif_input()
|
| H A D | sctp_kdtrace.c | 119 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
|
| H A D | sctp_kdtrace.h | 73 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
|
| H A D | ip_reass.c | 191 u_int8_t ecn, ecn0; in ip_reass() local 353 ecn = ip->ip_tos & IPTOS_ECN_MASK; in ip_reass() 355 if (ecn == IPTOS_ECN_CE) { in ip_reass() 361 if (ecn == IPTOS_ECN_NOTECT && ecn0 != IPTOS_ECN_NOTECT) in ip_reass()
|
| H A D | sctp_cc_functions.c | 1134 SDT_PROBE5(sctp, cwnd, net, ecn, in sctp_cwnd_update_after_ecn_echo_common()
|
| H A D | tcp_input.c | 201 static SYSCTL_NODE(_net_inet_tcp, OID_AUTO, ecn,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_gif.c | 289 in6_gif_output(struct ifnet *ifp, struct mbuf *m, int proto, uint8_t ecn) in in6_gif_output() argument 319 ip6->ip6_flow |= htonl((uint32_t)ecn << 20); in in6_gif_output() 336 uint8_t ecn; in in6_gif_input() local 347 ecn = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in6_gif_input() 349 gif_input(m, gifp, proto, ecn); in in6_gif_input()
|
| H A D | frag6.c | 375 uint8_t ecn, ecn0; in frag6_input() local 693 ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK; in frag6_input() 695 if (ecn == IPTOS_ECN_CE) { in frag6_input() 703 if (ecn == IPTOS_ECN_NOTECT && ecn0 != IPTOS_ECN_NOTECT) { in frag6_input()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_codel.c | 129 cif->codel.params.ecn = opts->ecn; in codel_add_altq() 260 codel_alloc(int target, int interval, int ecn) in codel_alloc() argument 268 c->params.ecn = ecn; in codel_alloc()
|
| H A D | altq_codel.h | 78 int ecn; member
|
| /f-stack/tools/compat/include/netpfil/pf/ |
| H A D | pf_altq.h | 51 int ecn; member
|
| /f-stack/dpdk/doc/guides/vdpadevs/features/ |
| H A D | default.ini | 16 ecn = key
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_altq.h | 53 int ecn; member
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 175 uint32_t ecn : 1; member
|
| /f-stack/dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 27 ecn
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | sa.c | 218 if (prm->ipsec_xform.options.ecn == 0) in fill_sa_type() 360 if (prm->ipsec_xform.options.ecn) in esp_sa_init()
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.c | 199 SYSCTL_INT(_net_inet_ipsec, IPSECCTL_ECN, ecn, 275 SYSCTL_INT(_net_inet6_ipsec6, IPSECCTL_ECN, ecn,
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3178 Set port traffic management mark IP ecn 3181 Enables/Disables the traffic management marking on the port for IP ecn packets:: 3188 ``yellow`` or ``red`` will have IP ecn bits updated 3190 * ``green`` enable 1, disable 0 marking IP ecn for green marked packets with ecn of 2'b01 or 2'b10 3191 to ecn of 2'b11 when IP is caring TCP or SCTP 3193 * ``yellow`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b… 3194 to ecn of 2'b11 when IP is caring TCP or SCTP 3196 * ``red`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b10 3197 to ecn of 2'b11 when IP is caring TCP or SCTP
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 1291 prm->ipsec_xform.options.ecn = 1; in fill_ipsec_sa_prm()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 2481 u8 ecn[0x2]; member
|