Searched hist:"868 aabb4708dafdd92aba457edb449bb41eddac8" (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6.h | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|
H A D | ip6_output.c | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|
/freebsd/sys/netinet/ |
H A D | in.h | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|
H A D | in_pcb.h | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|
H A D | ip_output.c | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|
/freebsd/sys/net/ |
H A D | if_ethersubr.c | diff 868aabb4708dafdd92aba457edb449bb41eddac8 Fri Oct 09 14:06:43 CEST 2020 Richard Scheffenegger <rscheff@FreeBSD.org> Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
This adds a new IP_PROTO / IPV6_PROTO setsockopt (getsockopt) option IP(V6)_VLAN_PCP, which can be set to -1 (interface default), or explicitly to any priority between 0 and 7.
Note that for untagged traffic, explicitly adding a priority will insert a special 801.1Q vlan header with vlan ID = 0 to carry the priority setting
Reviewed by: gallatin, rrs MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26409
|