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

/freebsd-10.1-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-10.1-release/sys/netinet/
H A Dsctp.h51 uint32_t v_tag; /* verification tag of packet */ member in struct:sctphdr
H A Dsctp_pcb.c2269 if (sh->v_tag) {
2271 stcb = sctp_findassoc_by_vtag(src, dst, ntohl(sh->v_tag),
2418 stcb = sctp_findassoc_by_vtag(NULL, dst, ntohl(sh->v_tag), inp_p,
4524 if ((twait_block->vtag_block[i].v_tag == tag) &&
4528 twait_block->vtag_block[i].v_tag = 0;
4552 if ((twait_block->vtag_block[i].v_tag == tag) &&
4585 if ((twait_block->vtag_block[i].v_tag == 0) &&
4589 twait_block->vtag_block[i].v_tag = tag;
4593 } else if ((twait_block->vtag_block[i].v_tag) &&
4597 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.c3999 uint32_t v_tag,
4220 sctphdr->v_tag = v_tag;
4570 sctphdr->v_tag = v_tag;
11126 shout->v_tag = htonl(vtag);
11128 shout->v_tag = sh->v_tag;
3986 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.c2418 (cookie->my_vtag != sh->v_tag)) {
2421 * v_tag in the header in network order and when we stored
4442 vtag_in = ntohl(sh->v_tag);
4570 /* ABORT and SHUTDOWN can use either v_tag... */
5833 if (stcb->asoc.my_vtag != ntohl(sh->v_tag)) {
5834 /* v_tag mismatch! */
6174 tag = htonl(sh->v_tag);
H A Dsctp_usrreq.c167 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
239 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
/freebsd-10.1-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-10.1-release/sys/kern/
H A Dvfs_subr.c1126 vp->v_tag = tag;
2809 ("vop_reclaim left v_object vp=%p, tag=%s", vp, vp->v_tag));
2826 vp->v_tag = "none";
2876 printf("tag %s, type %s\n", vp->v_tag, typename[vp->v_type]);
/freebsd-10.1-release/sys/sys/
H A Dvnode.h102 const char *v_tag; /* u type of underlying data */ member in struct:vnode
/freebsd-10.1-release/lib/libprocstat/
H A Dlibprocstat.c1256 error = kvm_read_all(kd, (unsigned long)vnode.v_tag, tagstr,
1259 warnx("can't read v_tag at %p", (void *)vp);

Completed in 264 milliseconds