Searched refs:__dport (Results 1 – 1 of 1) sorted by relevance
285 #define INET_COMBINED_PORTS(__sport, __dport) \ argument286 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))288 #define INET_COMBINED_PORTS(__sport, __dport) \ argument289 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))