Home
last modified time | relevance | path

Searched refs:ecn (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gif.c293 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 Din_gif.c271 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 Dsctp_kdtrace.c119 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
H A Dsctp_kdtrace.h73 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
H A Dip_reass.c191 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 Dsctp_cc_functions.c1134 SDT_PROBE5(sctp, cwnd, net, ecn, in sctp_cwnd_update_after_ecn_echo_common()
H A Dtcp_input.c201 static SYSCTL_NODE(_net_inet_tcp, OID_AUTO, ecn,
/f-stack/freebsd/netinet6/
H A Din6_gif.c289 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 Dfrag6.c375 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 Daltq_codel.c129 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 Daltq_codel.h78 int ecn; member
/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h51 int ecn; member
/f-stack/dpdk/doc/guides/vdpadevs/features/
H A Ddefault.ini16 ecn = key
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h53 int ecn; member
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h175 uint32_t ecn : 1; member
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst27 ecn
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c218 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 Dipsec.c199 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 Dtestpmd_funcs.rst3178 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 Dsa.c1291 prm->ipsec_xform.options.ecn = 1; in fill_ipsec_sa_prm()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h2481 u8 ecn[0x2]; member