| .. | .. |
|---|
| 223 | 223 | * reuses AF_INET address family |
|---|
| 224 | 224 | */ |
|---|
| 225 | 225 | #define AF_XDP 44 /* XDP sockets */ |
|---|
| 226 | +#define AF_OOB 45 /* Out-of-band domain sockets */ |
|---|
| 226 | 227 | |
|---|
| 227 | | -#define AF_MAX 45 /* For now.. */ |
|---|
| 228 | +#define AF_MAX 46 /* For now.. */ |
|---|
| 228 | 229 | |
|---|
| 229 | 230 | /* Protocol families, same as address families. */ |
|---|
| 230 | 231 | #define PF_UNSPEC AF_UNSPEC |
|---|
| .. | .. |
|---|
| 274 | 275 | #define PF_QIPCRTR AF_QIPCRTR |
|---|
| 275 | 276 | #define PF_SMC AF_SMC |
|---|
| 276 | 277 | #define PF_XDP AF_XDP |
|---|
| 278 | +#define PF_OOB AF_OOB |
|---|
| 277 | 279 | #define PF_MAX AF_MAX |
|---|
| 278 | 280 | |
|---|
| 279 | 281 | /* Maximum queue length specifiable by listen. */ |
|---|