Searched refs:frag_id (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dmap.c65 * return the map bit offset of the fragment frag_id in the zone dm.
72 const unsigned int frag_id, unsigned int *offset)
101 if (frag == frag_id)
193 const unsigned int frag_id, unsigned int mapoff)
204 result = lookup_zone(dm, idlen, frag_id, &mapoff);
248 adfs_map_lookup(struct super_block *sb, unsigned int frag_id, argument
259 if (frag_id == ADFS_ROOT_FRAG)
262 zone = frag_id / asb->s_ids_per_zone;
271 result = scan_map(asb, zone, frag_id, mapoff);
283 frag_id, offse
71 lookup_zone(const struct adfs_discmap *dm, const unsigned int idlen, const unsigned int frag_id, unsigned int *offset) argument
192 scan_map(struct adfs_sb_info *asb, unsigned int zone, const unsigned int frag_id, unsigned int mapoff) argument
[all...]
H A Dadfs.h128 extern int adfs_map_lookup(struct super_block *sb, unsigned int frag_id, unsigned int offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.c186 "FRAG_IN len=%d type=%d seq_id=%d frag_id=%d size=%d flags="
253 int frag_id,
258 | ((frag_id & FRAG_ID_MASK) << FRAG_ID_SHIFT);
267 "FRAG_OUT len=%d type=%d seq_id=%d frag_id=%d frag_size=%d flags="
269 buf->len, type, seq_id, frag_id, frag_size, flags);
276 "FRAG_OUT len=%d type=%d seq_id=%d frag_id=%d frag_size=%d flags="
278 buf->len, type, seq_id, frag_id, frag_size, flags);
250 fragment_prepend_flags(struct buffer *buf, int type, int seq_id, int frag_id, int frag_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-lwapp.c53 u_int8_t frag_id; member in struct:lwapp_transport_header
219 lwapp_trans_header->frag_id,
339 lwapp_trans_header->frag_id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dct.h34 u32 frag_id:8; /* fragment ID */ member in struct:ct_hdr_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_output.c619 __be32 frag_id = 0; local
699 frag_id = fh->identification;
726 fh->identification = frag_id;
840 if (!frag_id) {
842 frag_id = fh->identification;
844 fh->identification = frag_id;

Completed in 121 milliseconds