Lines Matching defs:port
867 __be16 port;
873 port = uli->ports.sport;
877 port = htons(uli->icmpt.type);
880 port = htons(uli->mht.type);
883 port = htons(ntohl(uli->gre_key) >> 16);
886 port = 0; /*XXX*/
888 return port;
894 __be16 port;
900 port = uli->ports.dport;
904 port = htons(uli->icmpt.code);
907 port = htons(ntohl(uli->gre_key) & 0xffff);
910 port = 0; /*XXX*/
912 return port;