Searched refs:h_sport (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c174 be16_to_cpu(inc->i_hdr.h_sport),
188 rds_send_pong(conn, inc->i_hdr.h_sport);
431 ntohs(inc->i_hdr.h_sport));
465 sin->sin_port = inc->i_hdr.h_sport;
518 minfo.fport = inc->i_hdr.h_sport;
522 minfo.lport = inc->i_hdr.h_sport;
H A Dmessage.c108 hdr->h_sport = sport;
H A Dib_recv.c730 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && data_len == 0) {
764 hdr->h_sport != ihdr->h_sport ||
H A Diw_recv.c689 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && byte_len == 0) {
723 hdr->h_sport != ihdr->h_sport ||
H A Drds.h139 __be16 h_sport; member in struct:rds_header

Completed in 69 milliseconds