OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_SIGNATURE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
733
tp->t_flags |=
TF_SIGNATURE
;
898
if (optp || (tp->t_flags &
TF_SIGNATURE
))
905
tb.t_flags |= (tp->t_flags &
TF_SIGNATURE
);
1043
if (tb.t_flags &
TF_SIGNATURE
)
tcp_var.h
251
#define
TF_SIGNATURE
0x400000 /* require MD5 digests (RFC2385) */
tcp_input.c
1732
if (optp || (tp->t_flags &
TF_SIGNATURE
))
3214
tp->t_flags |=
TF_SIGNATURE
;
3223
if (tp->t_flags &
TF_SIGNATURE
) {
3229
if ((sigp ?
TF_SIGNATURE
: 0) ^ (tp->t_flags &
TF_SIGNATURE
))
tcp_output.c
1137
if (tp->t_flags &
TF_SIGNATURE
) {
1402
if (sigoff && (tp->t_flags &
TF_SIGNATURE
)) {
tcp_usrreq.c
304
tp->t_flags |=
TF_SIGNATURE
;
306
tp->t_flags &= ~
TF_SIGNATURE
;
390
optval = (tp->t_flags &
TF_SIGNATURE
) ? 1 : 0;
tcp_subr.c
2139
if (tp->t_flags &
TF_SIGNATURE
)
2170
if (tp->t_flags &
TF_SIGNATURE
)
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026