cregit-Linux how code gets into the kernel

Release 4.15 include/net/ah.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NET_AH_H

#define _NET_AH_H

#include <linux/skbuff.h>

struct crypto_ahash;


struct ah_data {
	
int			icv_full_len;
	
int			icv_trunc_len;

	
struct crypto_ahash	*ahash;
};

struct ip_auth_hdr;


static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) { return (struct ip_auth_hdr *)skb_transport_header(skb); }

Contributors

PersonTokensPropCommitsCommitProp
Herbert Xu26100.00%1100.00%
Total26100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Herbert Xu2948.33%120.00%
David S. Miller2135.00%120.00%
Steffen Klassert915.00%240.00%
Greg Kroah-Hartman11.67%120.00%
Total60100.00%5100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.