Home
last modified time | relevance | path

Searched refs:add_ip_len (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Desp_output.c986 size_t auth_size = 0, add_ip_len = 0; in esp_kpipe_output() local
1146 add_ip_len = esphlen + extendsiz + auth_size; in esp_kpipe_output()
1151 if (__probable(ntohs(ip->ip_len) + add_ip_len <= IP_MAXPACKET)) { in esp_kpipe_output()
1152 ip->ip_len = htons(ntohs(ip->ip_len) + (u_short)add_ip_len); in esp_kpipe_output()
1168 if (__probable(ntohs(ip6->ip6_plen) + add_ip_len <= IP_MAXPACKET)) { in esp_kpipe_output()
1169 ip6->ip6_plen = htons(ntohs(ip6->ip6_plen) + (u_short)add_ip_len); in esp_kpipe_output()