Searched refs:v_tag (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.c735 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
740 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
752 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
786 SN_LOG(SN_LOG_LOW, logsctperror("ERROR: Invalid direction", msg.sctp_hdr->v_tag, rtnval, direction));
791 SN_LOG(SN_LOG_DETAIL, logsctperror("SN_DROP_PKT", msg.sctp_hdr->v_tag, rtnval, direction));
800 SN_LOG(SN_LOG_LOW, logsctperror("SN_PROCESSING_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
948 sctp_hdr->v_tag = sm->sctp_hdr->v_tag;
951 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ;
954 sctp_hdr->v_tag
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp.h51 uint32_t v_tag; /* verification tag of packet */ member in struct:sctphdr
H A Dsctp_pcb.c2267 if (sh->v_tag) {
2269 stcb = sctp_findassoc_by_vtag(src, dst, ntohl(sh->v_tag),
2416 stcb = sctp_findassoc_by_vtag(NULL, dst, ntohl(sh->v_tag), inp_p,
4511 if ((twait_block->vtag_block[i].v_tag == tag) &&
4515 twait_block->vtag_block[i].v_tag = 0;
4539 if ((twait_block->vtag_block[i].v_tag == tag) &&
4572 if ((twait_block->vtag_block[i].v_tag == 0) &&
4576 twait_block->vtag_block[i].v_tag = tag;
4580 } else if ((twait_block->vtag_block[i].v_tag) &&
4584 twait_block->vtag_block[i].v_tag
[all...]
H A Dsctp_pcb.h135 uint32_t v_tag; /* the vtag that can not be reused */ member in struct:sctp_timewait
H A Dsctp_output.c3983 uint32_t v_tag,
4204 sctphdr->v_tag = v_tag;
4554 sctphdr->v_tag = v_tag;
11119 shout->v_tag = htonl(vtag);
11121 shout->v_tag = sh->v_tag;
3970 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t use_mflowid, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
H A Dsctp_input.c2425 (cookie->my_vtag != sh->v_tag)) {
2428 * v_tag in the header in network order and when we stored
4438 vtag_in = ntohl(sh->v_tag);
4566 /* ABORT and SHUTDOWN can use either v_tag... */
5812 if (stcb->asoc.my_vtag != ntohl(sh->v_tag)) {
5813 /* v_tag mismatch! */
6153 tag = htonl(sh->v_tag);
H A Dsctp_usrreq.c167 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
241 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
/freebsd-9.3-release/sys/netinet6/
H A Dsctp6_usrreq.c214 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag))
301 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c1068 vp->v_tag = tag;
2891 ("vop_reclaim left v_object vp=%p, tag=%s", vp, vp->v_tag));
2908 vp->v_tag = "none";
2958 printf("tag %s, type %s\n", vp->v_tag, typename[vp->v_type]);
/freebsd-9.3-release/sys/sys/
H A Dvnode.h103 const char *v_tag; /* u type of underlying data */ member in struct:vnode
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c1257 error = kvm_read_all(kd, (unsigned long)vnode.v_tag, tagstr,
1260 warnx("can't read v_tag at %p", (void *)vp);

Completed in 353 milliseconds