cregit-Linux how code gets into the kernel

Release 4.11 include/net/esp.h

Directory: include/net
#ifndef _NET_ESP_H

#define _NET_ESP_H

#include <linux/skbuff.h>

struct ip_esp_hdr;


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

Contributors

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

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Herbert Xu3075.00%266.67%
David S. Miller1025.00%133.33%
Total40100.00%3100.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.