Searched refs:h_dport (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c175 be16_to_cpu(inc->i_hdr.h_dport),
186 if (rds_sysctl_ping_enable && inc->i_hdr.h_dport == 0) {
192 rs = rds_find_bound(daddr, inc->i_hdr.h_dport);
211 inc->i_hdr.h_dport);
261 inc->i_hdr.h_dport);
494 inc->i_hdr.h_dport);
517 minfo.lport = inc->i_hdr.h_dport;
523 minfo.fport = inc->i_hdr.h_dport;
H A Dmessage.c109 hdr->h_dport = dport;
H A Dib_recv.c730 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && data_len == 0) {
765 hdr->h_dport != ihdr->h_dport) {
H A Diw_recv.c689 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && byte_len == 0) {
724 hdr->h_dport != ihdr->h_dport) {
H A Drds.h140 __be16 h_dport; member in struct:rds_header
H A Dib_send.c530 be16_to_cpu(rm->m_inc.i_hdr.h_dport),
672 be16_to_cpu(hdr->h_dport),
H A Diw_send.c561 be16_to_cpu(rm->m_inc.i_hdr.h_dport),
703 be16_to_cpu(hdr->h_dport),
H A Dsend.c620 dest->sin_port != rm->m_inc.i_hdr.h_dport))

Completed in 116 milliseconds