mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
if.h: Fix a couple of typos in comments
No functional change.
This commit is contained in:
parent
b1b0fb3dcf
commit
136a80ad3d
1 changed files with 2 additions and 2 deletions
|
|
@ -253,8 +253,8 @@ struct if_data {
|
|||
#define IFCAP_B_VXLAN_HWCSUM 29 /* can do IFCAN_HWCSUM on VXLANs */
|
||||
#define IFCAP_B_VXLAN_HWTSO 30 /* can do IFCAP_TSO on VXLANs */
|
||||
#define IFCAP_B_TXTLS_RTLMT 31 /* can do TLS with rate limiting */
|
||||
#define IFCAP_B_RXTLS4 32 /* can to TLS receive for TCP */
|
||||
#define IFCAP_B_RXTLS6 33 /* can to TLS receive for TCP6 */
|
||||
#define IFCAP_B_RXTLS4 32 /* can do TLS receive for TCP */
|
||||
#define IFCAP_B_RXTLS6 33 /* can do TLS receive for TCP6 */
|
||||
#define IFCAP_B_IPSEC_OFFLOAD 34 /* inline IPSEC offload */
|
||||
#define __IFCAP_B_SIZE 35
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue