taglinefilesource code
sport184include/linux/ip_fw.h__u16    sport,dport;  /* Source and destination ports */
sport536net/ipv4/ip_fw.cntohl(ms->src),ntohs(ms->sport));
sport697net/ipv4/ip_fw.cms->sport    = htons(port);  /* derived from PORT cmd */
sport844net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
sport867net/ipv4/ip_fw.cms->sport    = portptr[0];
sport973net/ipv4/ip_fw.cportptr[1] = ms->sport;
sport1592net/ipv4/ip_fw.cntohl(ms->src),ntohs(ms->sport),
sport136net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
sport142net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
sport143net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
sport148net/ipv4/tcp_input.cth_cache_sport=sport;