__sport 284 include/net/inet_hashtables.h #define INET_COMBINED_PORTS(__sport, __dport) \ __sport 285 include/net/inet_hashtables.h ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) __sport 287 include/net/inet_hashtables.h #define INET_COMBINED_PORTS(__sport, __dport) \ __sport 288 include/net/inet_hashtables.h ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))