Searched refs:totlen (Results 1 – 5 of 5) sorted by relevance
/net/ife/ |
D | ife.c | 128 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/ |
D | nfnetlink_osf.c | 59 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/ |
D | svc_xprt.c | 1346 int len, totlen; in svc_xprt_names() local 1356 totlen = 0; in svc_xprt_names() 1358 len = svc_one_xprt_name(xprt, pos, buflen - totlen); in svc_xprt_names() 1361 totlen = len; in svc_xprt_names() 1367 totlen += len; in svc_xprt_names() 1371 return totlen; in svc_xprt_names()
|
/net/ipv4/ |
D | af_inet.c | 1657 __be16 totlen = iph->tot_len; in inet_gro_complete() local 1667 csum_replace2(&iph->check, totlen, iph->tot_len); in inet_gro_complete()
|
/net/openvswitch/ |
D | flow_netlink.c | 3150 int totlen = NLA_ALIGN(from->nla_len); in copy_action() local 3157 memcpy(to, from, totlen); in copy_action()
|