Searched defs:rport (Results 1 - 5 of 5) sorted by relevance

/net/bridge/
H A Dbr_forward.c235 struct net_bridge_port *port, *lport, *rport; local
238 rport = rp ? hlist_entry(rp, struct net_bridge_port, rlist) :
241 port = (unsigned long)lport > (unsigned long)rport ?
242 lport : rport;
250 if ((unsigned long)rport >= (unsigned long)port)
/net/ipv6/
H A Dinet6_connection_sock.c100 static u32 inet6_synq_hash(const struct in6_addr *raddr, const __be16 rport, argument
111 (__force u32)rport,
119 const __be16 rport,
128 for (prev = &lopt->syn_table[inet6_synq_hash(raddr, rport,
135 if (inet_rsk(req)->rmt_port == rport &&
117 inet6_csk_search_req(const struct sock *sk, struct request_sock ***prevp, const __be16 rport, const struct in6_addr *raddr, const struct in6_addr *laddr, const int iif) argument
/net/netfilter/
H A Dxt_socket.c53 __be16 *rport,
100 *rport = ports[1];
222 __be16 *rport,
265 *rport = ports[1];
49 extract_icmp4_fields(const struct sk_buff *skb, u8 *protocol, __be32 *raddr, __be32 *laddr, __be16 *rport, __be16 *lport) argument
217 extract_icmp6_fields(const struct sk_buff *skb, unsigned int outside_hdrlen, int *protocol, struct in6_addr **raddr, struct in6_addr **laddr, __be16 *rport, __be16 *lport) argument
/net/sctp/
H A Dendpointola.c332 int rport; local
342 rport = ntohs(paddr->v4.sin_port);
345 rport);
350 if (tmp->ep != ep || rport != tmp->peer.port)
/net/ipv4/
H A Dinet_connection_sock.c482 static inline u32 inet_synq_hash(const __be32 raddr, const __be16 rport, argument
485 return jhash_2words((__force u32)raddr, (__force u32)rport, rnd) & (synq_hsize - 1);
496 const __be16 rport, const __be32 raddr,
503 for (prev = &lopt->syn_table[inet_synq_hash(raddr, rport, lopt->hash_rnd,
509 if (ireq->rmt_port == rport &&
494 inet_csk_search_req(const struct sock *sk, struct request_sock ***prevp, const __be16 rport, const __be32 raddr, const __be32 laddr) argument

Completed in 108 milliseconds