Home
last modified time | relevance | path

Searched refs:RDS_FLAG_PROBE_PORT (Results 1 – 4 of 4) sorted by relevance

/net/rds/
Dbind.c103 if (rover == RDS_FLAG_PROBE_PORT) in rds_add_bound()
115 if (rover == RDS_FLAG_PROBE_PORT) in rds_add_bound()
Drds.h198 #define RDS_FLAG_PROBE_PORT 1 macro
200 ((sport == RDS_FLAG_PROBE_PORT && dport == 0) || \
201 (sport == 0 && dport == RDS_FLAG_PROBE_PORT))
Drecv.c353 if (be16_to_cpu(inc->i_hdr.h_dport) == RDS_FLAG_PROBE_PORT && in rds_recv_incoming()
Dsend.c1507 rds_send_probe(cp, cpu_to_be16(RDS_FLAG_PROBE_PORT), 0, 0); in rds_send_ping()