Searched refs:ip4_ah_offsetmask (Results 1 – 4 of 4) sorted by relevance
233 extern int ip4_ah_offsetmask;
604 NULL, 0, &ip4_ah_offsetmask, 0, in sysctl_net_inet_ipsec_setup()
321 ip->ip_off = htons(ntohs(ip->ip_off) & ip4_ah_offsetmask); in ah_massage_headers()
130 int ip4_ah_offsetmask = 0; /* maybe IP_DF? */ variable