OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpls_len
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/ip/
xfrm_policy.c
262
int
tmpls_len
= 0;
local
336
if (
tmpls_len
+ sizeof(*tmpl) > sizeof(tmpls_buf)) {
340
tmpl = (struct xfrm_user_tmpl *)((char *)tmpls_buf +
tmpls_len
);
350
tmpls_len
+= sizeof(*tmpl);
374
if (
tmpls_len
> 0) {
376
(void *)tmpls_buf,
tmpls_len
);
Completed in 30 milliseconds