taglinefilesource code
sport179include/linux/ip_fw.h__u16    sport,dport;  /* Source and destination ports */
sport525net/ipv4/ip_fw.cntohl(ms->src),ntohs(ms->sport));
sport686net/ipv4/ip_fw.cms->sport    = htons(port);  /* derived from PORT cmd */
sport833net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
sport856net/ipv4/ip_fw.cms->sport    = portptr[0];
sport961net/ipv4/ip_fw.cportptr[1] = ms->sport;
sport1555net/ipv4/ip_fw.cntohl(ms->src),ntohs(ms->sport),
sport131net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
sport137net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
sport138net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
sport143net/ipv4/tcp_input.cth_cache_sport=sport;