Home
last modified time | relevance | path

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

/net/ife/
Dife.c128 u16 *dlen, u16 *totlen) in ife_tlv_meta_decode() argument
139 if (totlen) in ife_tlv_meta_decode()
140 *totlen = nla_total_size(*dlen); in ife_tlv_meta_decode()
162 u16 totlen = nla_total_size(dlen); /*alignment + hdr */ in ife_tlv_meta_encode() local
167 memset(dptr, 0, totlen - NLA_HDRLEN); in ife_tlv_meta_encode()
170 return totlen; in ife_tlv_meta_encode()
/net/netfilter/
Dnfnetlink_osf.c59 u16 totlen; member
75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
180 ctx->totlen = ntohs(ip->tot_len); in nf_osf_hdr_ctx_init()
/net/sunrpc/
Dsvc_xprt.c1364 int len, totlen; in svc_xprt_names() local
1374 totlen = 0; in svc_xprt_names()
1376 len = svc_one_xprt_name(xprt, pos, buflen - totlen); in svc_xprt_names()
1379 totlen = len; in svc_xprt_names()
1385 totlen += len; in svc_xprt_names()
1389 return totlen; in svc_xprt_names()
/net/openvswitch/
Dflow_netlink.c3119 int totlen = NLA_ALIGN(from->nla_len); in copy_action() local
3126 memcpy(to, from, totlen); in copy_action()