Home
last modified time | relevance | path

Searched refs:_faddr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/
H A Dtoeplitz2.h52 _res = toeplitz_cache[0][_faddr & 0xff]; in toeplitz_rawhash_addrport()
53 _res ^= toeplitz_cache[0][(_faddr >> 16) & 0xff]; in toeplitz_rawhash_addrport()
59 _res ^= toeplitz_cache[1][(_faddr >> 8) & 0xff]; in toeplitz_rawhash_addrport()
60 _res ^= toeplitz_cache[1][(_faddr >> 24) & 0xff]; in toeplitz_rawhash_addrport()
74 _res = toeplitz_cache[0][_faddr & 0xff]; in toeplitz_rawhash_addr()
75 _res ^= toeplitz_cache[0][(_faddr >> 16) & 0xff]; in toeplitz_rawhash_addr()
79 _res ^= toeplitz_cache[1][(_faddr >> 8) & 0xff]; in toeplitz_rawhash_addr()
80 _res ^= toeplitz_cache[1][(_faddr >> 24) & 0xff]; in toeplitz_rawhash_addr()
94 toeplitz_piecemeal_addr(in_addr_t _faddr) in toeplitz_piecemeal_addr() argument
98 _res = toeplitz_cache[0][_faddr & 0xff]; in toeplitz_piecemeal_addr()
[all …]