cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/if_addrlabel.h

/*
 * if_addrlabel.h - netlink interface for address labels
 *
 * Copyright (C)2007 USAGI/WIDE Project,  All Rights Reserved.
 *
 * Authors:
 *      YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
 */

#ifndef __LINUX_IF_ADDRLABEL_H

#define __LINUX_IF_ADDRLABEL_H

#include <linux/types.h>


struct ifaddrlblmsg {
	
__u8		ifal_family;		/* Address family */
	
__u8		__ifal_reserved;	/* Reserved */
	
__u8		ifal_prefixlen;		/* Prefix length */
	
__u8		ifal_flags;		/* Flags */
	
__u32		ifal_index;		/* Link index */
	
__u32		ifal_seq;		/* sequence number */
};

enum {
	
IFAL_ADDRESS = 1,
	
IFAL_LABEL = 2,
	
__IFAL_MAX
};


#define IFAL_MAX	(__IFAL_MAX - 1)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Hideaki Yoshifuji / 吉藤英明5594.83%150.00%
Jaswinder Singh Rajput35.17%150.00%
Total58100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.