cregit-Linux how code gets into the kernel

Release 4.7 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 xuherbert xu26100.00%1100.00%
Total26100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
herbert xuherbert xu3075.00%266.67%
david s. millerdavid 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.
{% endraw %}