1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * if_addrlabel.h - netlink interface for address labels
5 * Copyright (C)2007 USAGI/WIDE Project, All Rights Reserved.
8 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
11 #ifndef __LINUX_IF_ADDRLABEL_H
12 #define __LINUX_IF_ADDRLABEL_H
14 #include <linux/types.h>
17 __u8 ifal_family
; /* Address family */
18 __u8 __ifal_reserved
; /* Reserved */
19 __u8 ifal_prefixlen
; /* Prefix length */
20 __u8 ifal_flags
; /* Flags */
21 __u32 ifal_index
; /* Link index */
22 __u32 ifal_seq
; /* sequence number */
31 #define IFAL_MAX (__IFAL_MAX - 1)