Home
last modified time | relevance | path

Searched refs:msg_seq (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/nfs/
H A Dnfs_lock.c294 msg.lm_msg_ident.msg_seq = ++(p->p_nlminfo->msg_seq); in nfs_dolock()
377 ((ansp->la_msg_ident.msg_seq != -1) && in nfslockdans()
380 targetp->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) { in nfslockdans()
H A Dnfs_lock.h58 int msg_seq; /* Sequence number of message */ member
/freebsd-12.1/contrib/tcpdump/
H A Dprint-olsr.c98 uint8_t msg_seq[2]; member
108 uint8_t msg_seq[2]; member
384 EXTRACT_16BITS(msgptr.v6->msg_seq), in olsr_print()
415 EXTRACT_16BITS(msgptr.v4->msg_seq), in olsr_print()
/freebsd-12.1/sys/fs/nfsclient/
H A Dnlminfo.h38 int msg_seq; /* sequence counter for lock requests */ member
/freebsd-12.1/sys/nfsclient/
H A Dnlminfo.h39 int msg_seq; /* sequence counter for lock requests */ member
/freebsd-12.1/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1030 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local
1060 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1062 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk()
1068 if (rkh_seq->rx.last[i] == msg_seq) in wpa_ft_rrb_seq_chk()
1100 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local
1107 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
1110 rkh_seq->rx.last[rkh_seq->rx.num_last] = msg_seq; in wpa_ft_rrb_seq_accept()
1122 rkh_seq->rx.last[rkh_seq->rx.offsetidx] = msg_seq; in wpa_ft_rrb_seq_accept()
4232 u32 msg_dom, msg_seq; in wpa_ft_rrb_rx_seq_resp() local
4291 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_rx_seq_resp()
[all …]
/freebsd-12.1/usr.sbin/rpc.lockd/
H A Dkern.c470 ans.la_msg_ident.msg_seq = -1; in lock_answer()
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1133 enum cm_msg_sequence msg_seq) in cm_form_tid() argument
1139 (msg_seq << 30)); in cm_form_tid()